14 lines
381 B
JSON
14 lines
381 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:LegalForceStatus",
|
|
"title": "LegalForceStatus",
|
|
"description": "A list of possible statuses for the legal force of a legislation.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "Lists or enumerations dealing with status types.",
|
|
"$ref": "schema:StatusEnumeration"
|
|
}
|
|
]
|
|
}
|