Skip to content
Snippets Groups Projects
Commit ed3be32c authored by Marco Holz's avatar Marco Holz
Browse files

casing: replace `schemaURI` by `schemaUri`

parent dde35bab
No related branches found
No related tags found
1 merge request!123feat(214) casing: replace `schemaURI` by `schemaUri`
...@@ -8,7 +8,7 @@ value: ...@@ -8,7 +8,7 @@ value:
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas: 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 mimeType: application/json
regions: regions:
- "DE094750156156" - "DE094750156156"
......
...@@ -4,7 +4,7 @@ value: ...@@ -4,7 +4,7 @@ value:
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas: 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 mimeType: application/json
regions: regions:
- "DE094750156156" - "DE094750156156"
......
...@@ -8,14 +8,14 @@ value: ...@@ -8,14 +8,14 @@ value:
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas: 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 mimeType: application/json
regions: regions:
- "DE094750156156" - "DE094750156156"
- "DE09330411" - "DE09330411"
- identifier: "urn:nuernberg:installation-einer-fahrradreparaturstation" - identifier: "urn:nuernberg:installation-einer-fahrradreparaturstation"
submissionSchemas: submissionSchemas:
- schemaURI: "https://schema.fitko.de/etc/installation-fahrradreparaturstation.json" - schemaUri: "https://schema.fitko.de/etc/installation-fahrradreparaturstation.json"
mimeType: application/json mimeType: application/json
regions: regions:
- "DE09" - "DE09"
...@@ -36,7 +36,7 @@ value: ...@@ -36,7 +36,7 @@ value:
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas: 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 mimeType: application/json
regions: regions:
- "DE094750156156" - "DE094750156156"
......
...@@ -4,7 +4,7 @@ value: ...@@ -4,7 +4,7 @@ value:
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas: 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 mimeType: application/json
regions: regions:
- "DE094750156156" - "DE094750156156"
......
...@@ -4,7 +4,7 @@ value: ...@@ -4,7 +4,7 @@ value:
services: services:
- identifier: "urn:de:fim:leika:leistung:99107004018000" - identifier: "urn:de:fim:leika:leistung:99107004018000"
submissionSchemas: 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 mimeType: application/json
regions: regions:
- "DE09415061516" - "DE09415061516"
......
...@@ -9,7 +9,7 @@ value: ...@@ -9,7 +9,7 @@ value:
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
submissionSchemas: 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 mimeType: application/json
regions: regions:
- "DE094750156156" - "DE094750156156"
......
...@@ -2,10 +2,10 @@ title: Fachdatenschema ...@@ -2,10 +2,10 @@ title: Fachdatenschema
description: 'Referenz auf ein Schema, das die Struktur der Fachdaten einer Einreichung beschreibt.' description: 'Referenz auf ein Schema, das die Struktur der Fachdaten einer Einreichung beschreibt.'
type: object type: object
required: required:
- schemaURI - schemaUri
- mimeType - mimeType
properties: properties:
schemaURI: schemaUri:
type: string type: string
format: uri 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.' 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