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

feat(FCON-189): rename 'schemas' to 'submissionSchema' 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 5a927008
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ Sofern der Zustellpunkt mindestens eine Fachschemareferenz enthält, muss der Me
```json
"contentStructure": {
"data": {
"schema": {
"submissionSchema": {
"schemaURI": "https://schema.fitko.de/fim/s00000000009_1.0.0.schema.json",
"mimeType": "application/json"
}
......
......@@ -32,7 +32,7 @@ Ein Beispiel für das Metadatenschema eines Kindergeldantrags ist unten dargeste
],
"contentStructure": {
"data": {
"schema": {
"submissionSchema": {
"schemaSource": "fim",
"mimeType": "application/json"
}
......
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