payload

A VDF payload holding CUE content.

Syntax
<payload
    model="text"?
  >
  <field>...</field>*
</payload>
Attributes
model="text" (optional)

A URL referencing the VDF model document that defines the content of this document. Although this attribute is formally defined as optional, it is required for payload elements that form the root of a VDF payload document. For embedded payload elements that are the children of a list element it is in fact optional. If it is omitted, then the embedded payload inherits the model of its nearest payload ancestor.