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

Minor formatting fixes

parent 52109ce9
No related branches found
No related tags found
1 merge request!58feat(214): rename schemaURI to schemaUri
......@@ -21,32 +21,32 @@ Bitte beachten Sie, dass manche Fachschema nur JSON oder XML als Datentyp zulass
Um ein FIM Fachschema eindeutig zu referenzieren sind folgende Angaben notwendig:
- **ID** des Stammdatenschemas mit kleinem "S" ("s00000000009" im Beispiel)
- **ID** des Stammdatenschemas mit kleinem "s" ("s00000000009" im Beispiel)
- **Version** des Stammdatenschemas ("1.0.0" im Beispiel)
- **Art** des Schemas (JSON oder XML Schema)
- **Art** des Schemas (JSON- oder XML-Schema)
Für ein JSON Schema wird die schemaUri wird wie folgt gebildet:
Für ein JSON-Schema wird die `schemaUri` wird wie folgt gebildet:
`https://schema.fitko.de/fim/{ID}_{Version}.schema.json`
Für ein XML Schema wird die schemaUri wird wie folgt gebildet:
Für ein XML-Schema wird die `schemaUri` wird wie folgt gebildet:
`https://schema.fitko.de/fim/{ID}_{Version}.xsd`
### Beispiel für eine FIM Fachschemareferenz
JSON Schema:
```json
{
"schemaUri": "https://schema.fitko.de/fim/s00000000009_1.0.0.schema.json",
"mimeType": "application/json"
}
{
"schemaUri": "https://schema.fitko.de/fim/s00000000009_1.0.0.schema.json",
"mimeType": "application/json"
}
```
XML Schema:
```json
{
"schemaUri": "https://schema.fitko.de/fim/s00000000009_1.0.0.xsd",
"mimeType": "application/xml"
}
{
"schemaUri": "https://schema.fitko.de/fim/s00000000009_1.0.0.xsd",
"mimeType": "application/xml"
}
```
## XÖV Fachschemareferenz
......@@ -58,14 +58,14 @@ Ein XÖV Fachschema wird über folgende Angaben referenziert:
Beispiel: `urn:xoev-de:bmk:standard:xbau_2.2#baugenehmigung.antrag.0200`
Die schemaUri wird wie folgt gebildet:
Die `schemaUri` wird wie folgt gebildet:
`{Kennung}_{Version}#{Nachricht}`
### Beispiel für eine XÖV Fachschemareferenz
```json
{
"schemaUri": "urn:xoev-de:bmk:standard:xbau_2.2#baugenehmigung.antrag.0200",
"mimeType": "application/xml"
}
{
"schemaUri": "urn:xoev-de:bmk:standard:xbau_2.2#baugenehmigung.antrag.0200",
"mimeType": "application/xml"
}
```
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