- SourceMeta name
- filtergroup
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.186 bytes
- Bytes bundled
- 1.186 bytes
- Health
- -
- Dependencies
- -
Health issues
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/filters/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/filters/additionalProperties/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/naam/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/vng/notificaties-api-ni-yju6hg/filtergroup",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Een lijst van kanalen en filters waarop het ABONNEMENT wordt afgenomen.",
"properties": {
"filters": {
"additionalProperties": {
"description": "Een waarde behorende bij de sleutel.",
"maxLength": 1000,
"minLength": 1,
"title": "kenmerk",
"type": "string"
},
"description": "Map van kenmerken (sleutel/waarde) waarop notificaties gefilterd worden. Alleen notificaties waarvan de kenmerken voldoen aan het filter worden doorgestuurd naar de afnemer van het ABONNEMENT.",
"title": "Filters",
"type": "object"
},
"naam": {
"description": "De naam van het KANAAL (`KANAAL.naam`) waarop een abonnement is of wordt genomen.",
"minLength": 1,
"title": "Naam",
"type": "string"
}
},
"required": [
"naam"
],
"title": "kanalen",
"type": "object",
"x-derived-from": [
"https://notificaties-api.vng.cloud/api/v1/schema/openapi.json#/components/schemas/FilterGroup"
]
}