From c7a64ba82afaf835debc9e22b3f6f5a7c8b39079 Mon Sep 17 00:00:00 2001
From: Jonas Groeger <jonas.groeger@codecentric.de>
Date: Sun, 8 Aug 2021 17:57:58 +0200
Subject: [PATCH] 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
---
 docs/details/schema-reference.md          | 2 +-
 docs/getting-started/sending/metadata.mdx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/details/schema-reference.md b/docs/details/schema-reference.md
index 501d66fc0..8c85bed1a 100644
--- a/docs/details/schema-reference.md
+++ b/docs/details/schema-reference.md
@@ -109,7 +109,7 @@ Sofern der Zustellpunkt mindestens eine Fachschemareferenz enthält, muss der Me
 ```json
   "contentStructure": {
     "data": {
-      "schema": {
+      "submissionSchemas": {
         "schemaURI": "https://schema.fitko.de/fim/s00000000009_1.0.0.schema.json",
         "mimeType": "application/json"
       }
diff --git a/docs/getting-started/sending/metadata.mdx b/docs/getting-started/sending/metadata.mdx
index 2f1edf497..cb7dab2a2 100644
--- a/docs/getting-started/sending/metadata.mdx
+++ b/docs/getting-started/sending/metadata.mdx
@@ -32,7 +32,7 @@ Ein Beispiel für das Metadatenschema eines Kindergeldantrags ist unten dargeste
   ],
   "contentStructure": {
     "data": {
-      "schema": {
+      "submissionSchemas": {
         "schemaSource": "fim",
         "mimeType": "application/json"
       }
-- 
GitLab