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

feat(FCON-189): rename 'schemas' to 'submission_schema'

this rename is done to have a more specific name for the field. just
having the generic word 'schema' might be confusing.

Fixes #83
parent 45c8f2ec
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ value: ...@@ -7,7 +7,7 @@ value:
unit: Department XYZ unit: Department XYZ
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
schemas: submission_schema:
- 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
region: "DE094750156156" region: "DE094750156156"
......
...@@ -3,12 +3,12 @@ value: ...@@ -3,12 +3,12 @@ value:
- destinationId: de735e92-8ced-4298-a021-5f4aa124cc47 - destinationId: de735e92-8ced-4298-a021-5f4aa124cc47
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
schemas: submission_schema:
- 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
region: "DE094750156156" region: "DE094750156156"
- identifier: "urn:nuernberg:installation-einer-fahrradreparaturstation" - identifier: "urn:nuernberg:installation-einer-fahrradreparaturstation"
schemas: submission_schema:
- schemaURI: "https://schema.fitko.de/etc/installation-fahrradreparaturstation.json" - schemaURI: "https://schema.fitko.de/etc/installation-fahrradreparaturstation.json"
mimeType: application/json mimeType: application/json
region: "DE09" region: "DE09"
...@@ -36,7 +36,7 @@ value: ...@@ -36,7 +36,7 @@ value:
- destinationId: 2f59b8c6-3206-4734-aa21-a7b2a4d92f7a - destinationId: 2f59b8c6-3206-4734-aa21-a7b2a4d92f7a
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
schemas: submission_schema:
- 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
region: "DE094750156156" region: "DE094750156156"
......
...@@ -2,7 +2,7 @@ value: ...@@ -2,7 +2,7 @@ value:
destinationId: 7881dba9-4055-4854-8b6d-11ea5b7f3047 destinationId: 7881dba9-4055-4854-8b6d-11ea5b7f3047
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
schemas: submission_schema:
- 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
region: "DE094750156156" region: "DE094750156156"
......
...@@ -7,7 +7,7 @@ value: ...@@ -7,7 +7,7 @@ value:
unit: Department XYZ unit: Department XYZ
services: services:
- identifier: "urn:de:fim:leika:leistung:99010003001006" - identifier: "urn:de:fim:leika:leistung:99010003001006"
schemas: submission_schema:
- 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
region: "DE094750156156" region: "DE094750156156"
......
...@@ -3,7 +3,7 @@ description: Verwaltungsleistung die eine Destination anbietet. ...@@ -3,7 +3,7 @@ description: Verwaltungsleistung die eine Destination anbietet.
type: object type: object
required: required:
- identifier - identifier
- schemas - submission_schema
- region - region
properties: properties:
identifier: identifier:
...@@ -14,7 +14,7 @@ properties: ...@@ -14,7 +14,7 @@ properties:
minLength: 7 minLength: 7
maxLength: 255 maxLength: 255
pattern: "^urn:[a-z0-9][a-z0-9-]{0,31}:[a-z0-9()+,.:=@;$_!*'%/?#-]+$" pattern: "^urn:[a-z0-9][a-z0-9-]{0,31}:[a-z0-9()+,.:=@;$_!*'%/?#-]+$"
schemas: submission_schema:
title: Unterstützte Fachschemata title: Unterstützte Fachschemata
description: Auflistung aller unterstützten Fachschemata des Zustellpunktes. description: Auflistung aller unterstützten Fachschemata des Zustellpunktes.
uniqueItems: true uniqueItems: true
......
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