"status": {
"type": "object",
"description": "Status und Änderungsinformationen",
"properties": {
"creationTime": {
"type": "string",
"description": "Erstelldatum des Dokuments ISO 8601",
"examples": [
"2019-03-26T11:20:33+0100"
]
},
"statusId": {
"type": "string",
"description": "Statusnummer lt. DRMDat",
"enum": [
"005",
"010",
"015"
],
"maxLength": 5
},
"text": {
"type": "string",
"description": "Text/Anmerkung zum Status",
"maxLength": 50,
"examples": [
"geändert"
]
},
"geoInfo": {
"$ref": "#/definitions/geoInfo"
}
},
"required": [
"creationTime",
"statusId"
]
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (66:10)