Properties
| Name | Type | Description |
|---|---|---|
| attachment | object | |
| comment | object | |
| page | object | |
| _expandable | object | |
| _links | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ContentChildren",
"title": "ContentChildren",
"type": "object",
"additionalProperties": true,
"properties": {
"attachment": {
"$ref": "#/components/schemas/ContentArray"
},
"comment": {
"$ref": "#/components/schemas/ContentArray"
},
"page": {
"$ref": "#/components/schemas/ContentArray"
},
"_expandable": {
"type": "object",
"additionalProperties": true,
"properties": {
"attachment": {
"type": "string"
},
"comment": {
"type": "string"
},
"page": {
"type": "string"
}
},
"example": "example_value"
},
"_links": {
"$ref": "#/components/schemas/GenericLinks"
}
}
}