- SourceMeta name
- starttime
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://spec.openapis.org/oas/3.1/dialect/base
- Bytes
- 548 bytes
- Bytes bundled
- 548 bytes
- Health
- -
- Dependencies
- 3
Dependencies
- To
- https://spec.openapis.org/oas/3.1/dialect/base
- At
- /$schema
- To
- https://json-schema.org/draft/2020-12/schema
- At
- /allOf/0/$ref
- From
- https://spec.openapis.org/oas/3.1/dialect/base
- To
- https://spec.openapis.org/oas/3.1/meta/base
- At
- /allOf/1/$ref
- From
- https://spec.openapis.org/oas/3.1/dialect/base
Health issues
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /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
- /format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/logboek-dataverwerkingen/starttime",
"$schema": "https://spec.openapis.org/oas/3.1/dialect/base",
"description": "Tijdstip waarop de Actie gestart is in milliseconden sinds Epoch",
"examples": [
1764068470669
],
"externalDocs": {
"description": "Definitie van start_time in de standaard logboek dataverwerkingen",
"url": "https://logius-standaarden.github.io/logboek-dataverwerkingen/#start_time"
},
"format": "int64",
"title": "Starttijd",
"type": "number"
}