- SourceMeta name
- financecollection
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.876 bytes
- Bytes bundled
- 3.200 bytes
- Health
- 13%
- Dependencies
- 1
Dependencies
- At
- /properties/financieringen/items/properties/landen/items/$ref
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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/financieringen/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/financieringen/items/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/financieringen/items/properties/landen/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/financieringen/items/properties/link/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/financieringen/items/properties/tekst/description
- 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/financieringen/items/properties/tekst/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/financieringen/items/properties/titel/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/rijksdienst-voor-ondernemend-nederland/iio-api-aakgfxenr/financecollection",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A collection schema for the Finance schema.",
"properties": {
"financieringen": {
"description": "A list of finances and subsidies.",
"items": {
"description": "Finance and subsidy of a country.",
"properties": {
"landen": {
"description": "A list of countries associated with this finance and subsidy.",
"items": {
"$ref": "./country"
},
"type": "array"
},
"link": {
"description": "A URL to a related finance and subsidy page.",
"examples": [
"https://www.rvo.nl/subsidies-financiering?countries=401&status=3294%2C3295"
],
"format": "uri",
"type": [
"string",
"null"
]
},
"tekst": {
"description": "Raw HTML content of the finance and subsidy. Clients must ensure to properly escape this content when rendering to prevent XSS vulnerabilities.",
"examples": [
"<p>This is an example of HTML content.</p>"
],
"format": "html",
"type": [
"string",
"null"
]
},
"titel": {
"description": "The title of the finance and subsidy.",
"examples": [
"Canada subsidy guide"
],
"type": [
"string",
"null"
]
}
},
"required": [
"titel",
"tekst",
"landen",
"link"
],
"type": [
"object",
"null"
]
},
"type": "array"
}
},
"type": "object",
"x-derived-from": [
"https://internationaal.ondernemen.overheid.nl/api/iio/v1/openapi.yaml#/components/schemas/FinanceCollection"
]
}