{% returns %}
Valid Children
| Tag | Multiplicity |
|---|---|
{% property %} | [+] |
Valid Parent Contexts
This tag is valid inside: {% operation %}
Rules
| Rule | Force | Realm | Reference | Description |
|---|---|---|---|---|
returns-requires-property | | | — | Must contain at least one child. |
returns-no-attributes | | | — | No attributes allowed on the tag itself. Any prose body text is ignored by the compiler. |
A container tag for property tags that describe the success-path response shape of an operation.
Returns container with property children
{% returns %} {% property name="bookmark-id" type="uuid" required=true /%} {% property name="url" type="string" required=true /%}{% /returns %}