Legislation · public publication pilot
catalogue: schema and stability
Generated reference for this publication’s exact JSON Schema sidecar. Field constraints below come directly from the sidecar; JSON Schema does not reproduce every Effect refinement.
Fields (1)
| Variant | Field | Required | Published constraints |
|---|---|---|---|
| Common | (schema constraint) | No | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "array",
"items": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"name": {
"type": "string"
},
"titleId": {
"type": "string"
},
"versionDate": {
"type": "string"
},
"included": {
"type": "boolean"
}
},
"required": [
"slug",
"name",
"titleId",
"versionDate",
"included"
],
"additionalProperties": false
},
"$defs": {}
} |
Complete JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "array",
"items": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"name": {
"type": "string"
},
"titleId": {
"type": "string"
},
"versionDate": {
"type": "string"
},
"included": {
"type": "boolean"
}
},
"required": [
"slug",
"name",
"titleId",
"versionDate",
"included"
],
"additionalProperties": false
},
"$defs": {}
}a6de85cccf489b7b121dcec0cddf38c459fff4af3f64d1bc4fde69b4753ec0c5