| "properties": { | "properties": { | ||||
| "id": { | "id": { | ||||
| "readOnly": true, | "readOnly": true, | ||||
| "type": "integer", | |||||
| "minimum": 0, | |||||
| "maximum": 18446744073709551615 | |||||
| "type": "string" | |||||
| }, | }, | ||||
| "documentId": { | "documentId": { | ||||
| "readOnly": true, | "readOnly": true, | ||||
| "description": "Link to Document", | "description": "Link to Document", | ||||
| "type": "integer", | |||||
| "minimum": 0, | |||||
| "maximum": 18446744073709551615 | |||||
| "type": "string" | |||||
| }, | }, | ||||
| "name": { | "name": { | ||||
| "readOnly": false, | "readOnly": false, | ||||
| }, | }, | ||||
| "created": { | "created": { | ||||
| "readOnly": true, | "readOnly": true, | ||||
| "type": "integer", | |||||
| "minimum": 0, | |||||
| "maximum": 18446744073709551615 | |||||
| "type": "string" | |||||
| }, | }, | ||||
| "owner": { | "owner": { | ||||
| "readOnly": true, | "readOnly": true, | ||||
| "ok" | "ok" | ||||
| ] | ] | ||||
| }, | }, | ||||
| "languages": { | |||||
| "language": { | |||||
| "readOnly": true, | "readOnly": true, | ||||
| "description": "Languages in document in order of importance", | "description": "Languages in document in order of importance", | ||||
| "type": "array", | "type": "array", | ||||
| "items": { | "items": { | ||||
| "type": "string", | |||||
| "type": "object", | |||||
| "properties": { | |||||
| }, | |||||
| "enum": [ | "enum": [ | ||||
| "en", | "en", | ||||
| "de", | "de", |