- SourceMeta name
- match
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.244 bytes
- Bytes bundled
- 1.244 bytes
- Health
- 17%
- 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_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/end/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/end/format
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/matchedElement/enum - /properties/matchedElement/type
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/start/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/start/format
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/type/enum - /properties/type/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/type/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsinformatie-ontsluiten-api-ow7p61mdg/match",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Verklaring van de gevonden match. In welk veld is de match gevonden, en welke karakters in het veld betreft het.",
"properties": {
"end": {
"examples": [
20
],
"format": "int32",
"type": "integer"
},
"matchedElement": {
"enum": [
"IDENTIFICATIE",
"OPGESTELD_DOOR",
"TITEL",
"TYPE"
],
"examples": [
"TITEL"
],
"type": "string"
},
"start": {
"examples": [
15
],
"format": "int32",
"type": "integer"
},
"type": {
"description": "Geeft het type overeenkomst aan tussen de zoekopdracht en het gevonden resultaat.",
"enum": [
"EXACT",
"FUZZY"
],
"type": "string"
},
"zoekterm": {
"examples": [
"fiets"
],
"type": "string"
}
},
"required": [
"end",
"matchedElement",
"start",
"type",
"zoekterm"
],
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsinformatie/api/ontsluiten/v2/openapi.json#/components/schemas/Match"
]
}