Skip to content
Snippets Groups Projects
Verified Commit 5c7caf12 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

feat(FCON-189): rename 'schemas' to 'submissionSchemas' in metadata

this rename is done to have a more specific name for the field. just
having the generic word 'schema' might be confusing.

Fixes https://git.fitko.de/fit-connect/api/-/issues/83
parent 8854fd2d
No related branches found
No related tags found
1 merge request!3feat(FCON-189): rename 'schemas' to 'submissionSchemas' in metadata
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
], ],
"contentStructure": { "contentStructure": {
"data": { "data": {
"schema": { "submissionSchemas": {
"schemaURI": "urn:de:fim:leika:leistung:27420890", "schemaURI": "urn:de:fim:leika:leistung:27420890",
"mimeType": "application/json" "mimeType": "application/json"
}, },
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
], ],
"contentStructure": { "contentStructure": {
"data": { "data": {
"schema": { "submissionSchemas": {
"schemaURI": "urn:de:fim:leika:leistung:a38", "schemaURI": "urn:de:fim:leika:leistung:a38",
"mimeType": "application/json" "mimeType": "application/json"
} }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
], ],
"contentStructure": { "contentStructure": {
"data": { "data": {
"schema": { "submissionSchemas": {
"schemaURI": "urn:de:fim:leika:leistung:99015004037000", "schemaURI": "urn:de:fim:leika:leistung:99015004037000",
"mimeType": "application/json" "mimeType": "application/json"
} }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
], ],
"contentStructure": { "contentStructure": {
"data": { "data": {
"schema": { "submissionSchemas": {
"schemaURI": "urn:xoev-de:xfall:standard:fim-s00000000012_1.0.0", "schemaURI": "urn:xoev-de:xfall:standard:fim-s00000000012_1.0.0",
"mimeType": "application/xml" "mimeType": "application/xml"
} }
......
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
"description": "Definiert das Schema und die Signatur(-art), die für die Fachdaten verwendet werden.", "description": "Definiert das Schema und die Signatur(-art), die für die Fachdaten verwendet werden.",
"type": "object", "type": "object",
"required": [ "required": [
"schema" "submissionSchemas"
], ],
"properties": { "properties": {
"signature": { "signature": {
"$ref": "./signature.json" "$ref": "./signature.json"
}, },
"schema": { "submissionSchemas": {
"title": "Fachdatenschema", "title": "Fachdatenschema",
"description": "Referenz auf ein Schema, das die Struktur der Fachdaten einer Einreichung beschreibt.", "description": "Referenz auf ein Schema, das die Struktur der Fachdaten einer Einreichung beschreibt.",
"type": "object", "type": "object",
......
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