Skip to content
Snippets Groups Projects
Commit 5b1d377c authored by Michael Haidner's avatar Michael Haidner
Browse files

Changed 'schema' to 'submissionSchema' in file 'docs/getting-started/schema-validation.mdx'

parent d967ad81
No related branches found
No related tags found
1 merge request!295745_Dokumentation_Tippfehler_auf_der_Seite_Schemavalidierung(planning#745)
......@@ -41,7 +41,7 @@ Die [Fachschemareferenz im Metadatensatz](../metadata/contentStructure.mdx) gibt
```json
"contentStructure": {
"data": {
"schema": {
"submissionSchema": {
"schemaUri": "https://schema.fitko.de/fim/s00000096_1.0.schema.json",
"mimeType": "application/json"
}
......@@ -66,7 +66,7 @@ Zukünftig werden sie auch über das FITKO-Schemarepository zur Verfügung stehe
```json
"contentStructure": {
"data": {
"schema": {
"submissionSchema": {
"schemaUri": "urn:xoev-de:xfall:standard:fim-s00000092_1.0",
"mimeType": "application/xml"
}
......@@ -93,7 +93,7 @@ Um z.B. einen Bauantrag zu prüfen, gehen Sie wie folgt vor.
```json
"contentStructure": {
"data": {
"schema": {
"submissionSchema": {
"schemaUri": "urn:xoev-de:bmk:standard:xbau_2.2#baugenehmigung.antrag.0200",
"mimeType": "application/xml"
}
......
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