- SourceMeta name
- suggestidentificatiecoderecord
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.995 bytes
- Bytes bundled
- 1.995 bytes
- Health
- 87%
- Dependencies
- -
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- valid_examples
- Message
- Only include instances in the `examples` array that validate against the schema
- Description
- Invalid example instance at index 0
The string value "04010" was expected to match the regular expression "^\d{9}$"
at instance location ""
at evaluate path "/pattern"
- Pointers
- /properties/rsin/examples/0
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/api-overheidsorganisaties-lmpmj_rdr/suggestidentificatiecoderecord",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"atu": {
"examples": [
"http://publications.europa.eu/resource/authority/atu/NLD_GEM_OWI"
]
},
"btwNummer": {
"examples": [
"NL817660665B01"
],
"pattern": "^NL\\d{9}B\\d{2}$"
},
"ictuCode": {
"examples": [
"04010"
]
},
"kvkNummer": {
"examples": [
"51115395"
],
"pattern": "^\\d{8}$"
},
"label": {
"examples": [
"Streekarchivariaat de Liemers en Doesburg"
],
"minLength": 1
},
"loonheffingenNummer": {
"examples": [
"817660665L01"
],
"pattern": "^\\d{9}L\\d{2}$"
},
"matchMet": {
"examples": [
"systeemId"
],
"minLength": 1
},
"oin": {
"examples": [
"00000001001721951000"
],
"maxLength": 20
},
"organisatiecode": {
"examples": [
"so0263"
],
"pattern": "^col[0-9]{2}$|^gm[0-9]{4}$|^mnre[0-9]{4}$|^oorg[0-9]{5}$|^pv[0-9]{2}$|^so[0-9]{4}$|^zb[0-9]{6}$"
},
"owmsId": {
"description": "Lijst van owms",
"items": {
"pattern": "^http://standaarden\\.overheid\\.nl/owms/terms/[^/]+$"
}
},
"rsin": {
"examples": [
"04010"
],
"pattern": "^\\d{9}$"
},
"systeemId": {
"examples": [
"28772572"
],
"minLength": 1
},
"uri": {
"examples": [
"https://identifier.overheid.nl/tooi/id/so/so1082"
],
"pattern": "^https://identifier\\.overheid\\.nl/tooi/id/(col/col[0-9]{2}|gemeente/gm[0-9]{4}|ministerie/mnre[0-9]{4}|oorg/oorg[0-9]{5}|provincie/pv[0-9]{2}|so/so[0-9]{4}|waterschap/ws[0-9]{4}|zbo/zb[0-9]{6})$"
}
},
"required": [
"label",
"matchMet",
"systeemId"
],
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/SuggestIdentificatiecodeRecord"
]
}