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

Merge branch 'mr-casing-schemaURI-schemaUri' into 'main'

feat(214) casing: replace `schemaURI` by `schemaUri`

See merge request fit-connect/api!123
parents dde35bab ed3be32c
No related branches found
No related tags found
1 merge request!123feat(214) casing: replace `schemaURI` by `schemaUri`
......@@ -8,7 +8,7 @@ value:
services:
- identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas:
- schemaURI: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
- schemaUri: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
mimeType: application/json
regions:
- "DE094750156156"
......
......@@ -4,7 +4,7 @@ value:
services:
- identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas:
- schemaURI: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
- schemaUri: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
mimeType: application/json
regions:
- "DE094750156156"
......
......@@ -8,14 +8,14 @@ value:
services:
- identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas:
- schemaURI: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
- schemaUri: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
mimeType: application/json
regions:
- "DE094750156156"
- "DE09330411"
- identifier: "urn:nuernberg:installation-einer-fahrradreparaturstation"
submissionSchemas:
- schemaURI: "https://schema.fitko.de/etc/installation-fahrradreparaturstation.json"
- schemaUri: "https://schema.fitko.de/etc/installation-fahrradreparaturstation.json"
mimeType: application/json
regions:
- "DE09"
......@@ -36,7 +36,7 @@ value:
services:
- identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas:
- schemaURI: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
- schemaUri: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
mimeType: application/json
regions:
- "DE094750156156"
......
......@@ -4,7 +4,7 @@ value:
services:
- identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas:
- schemaURI: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
- schemaUri: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
mimeType: application/json
regions:
- "DE094750156156"
......
......@@ -4,7 +4,7 @@ value:
services:
- identifier: "urn:de:fim:leika:leistung:99107004018000"
submissionSchemas:
- schemaURI: "https://schema.fitko.de/fim/s00000122_1.0.0.schema.json"
- schemaUri: "https://schema.fitko.de/fim/s00000122_1.0.0.schema.json"
mimeType: application/json
regions:
- "DE09415061516"
......
......@@ -9,7 +9,7 @@ value:
services:
- identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas:
- schemaURI: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
- schemaUri: "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json"
mimeType: application/json
regions:
- "DE094750156156"
......
......@@ -2,10 +2,10 @@ title: Fachdatenschema
description: 'Referenz auf ein Schema, das die Struktur der Fachdaten einer Einreichung beschreibt.'
type: object
required:
- schemaURI
- schemaUri
- mimeType
properties:
schemaURI:
schemaUri:
type: string
format: uri
description: 'URI des Fachschemas. Wird hier eine URL verwendet, sollte das Schema unter der angegebenen URL abrufbar sein. Eine Verfügbarkeit des Schemas unter der angegebenen URL darf jedoch nicht vorausgesetzt werden.'
......
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