Skip to content
Snippets Groups Projects
Commit c28481f2 authored by Klaus Fischer's avatar Klaus Fischer
Browse files

Updated defintions in contentStructure.json

parent 1ba4c33f
No related branches found
No related tags found
1 merge request!22Angabe der Version des Metadatenschemas & public service type deprecated planning#866 & planning#267
......@@ -14,10 +14,10 @@
],
"properties": {
"hash": {
"$ref": "#/$defs/hash"
"$ref": "#/definitions/hash"
},
"signature": {
"$ref": "#/$defs/signature"
"$ref": "#/definitions/signature"
},
"submissionSchema": {
"title": "Fachdatenschema",
......@@ -58,10 +58,10 @@
],
"properties": {
"hash": {
"$ref": "#/$defs/hash"
"$ref": "#/definitions/hash"
},
"signature": {
"$ref": "#/$defs/signature"
"$ref": "#/definitions/signature"
},
"purpose": {
"description": "Zweck/Art der Anlage\n- form: Automatisch generierte PDF-Repräsentation des vollständigen Antragsformulars\n- attachment: Anlage, die von einem Bürger hochgeladen wurde\n- report: Vom Onlinedienst, nachträglich erzeugte Unterlage",
......@@ -107,5 +107,13 @@
"signature": {
"$ref": "./signature.json"
}
}
},
"definitions": {
"hash": {
"$ref": "#/definitions/hash"
},
"signature": {
"$ref": "#/definitions/signature"
}
},
}
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