Skip to content
Snippets Groups Projects
Commit 40d4fd99 authored by Andreas Huber's avatar Andreas Huber
Browse files

#37 Hinweise zum Antrag

parent 01852ba8
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,26 @@
"type": "string",
"format": "date",
"description": "Antragsdatum"
},
"notes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"identifier": {
"$ref": "../common/identifier.json"
},
"reference": {
"type": "string"
}
},
"required": [
"description"
]
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment