Define the properties of the properties of the items in 'files', such as:
"files": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"description": "In case of a file, the id is ideally an absolute or relative URL.",
"$ref": "#/definitions/id"
},
"title": {
"type": "string"
},
"type": {
"description": "The media type of the file (formerly MIME-type) according to https://www.iana.org/assignments/media-types/media-types.xhtml.",
"type": "string"
},
"changedAt": {
"$ref": "#/definitions/dateTime"
},
"changedBy": {
"type": "string"
}
},
"required": [ "id", "title", "type", "changedAt" ]
}
}
Define the properties of the properties of the items in 'files', such as: