diff --git a/docs/getting-started/schema-validation.mdx b/docs/getting-started/schema-validation.mdx index 465b4a240dcb3d53d5868a6b1e41804b79e7e498..894fd005e184378517fc385f7ebb0299269ae194 100644 --- a/docs/getting-started/schema-validation.mdx +++ b/docs/getting-started/schema-validation.mdx @@ -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" }