Make networkRailCorpus.json an object not an array.
All checks were successful
Generate and Release Protos / release (push) Successful in 40s
All checks were successful
Generate and Release Protos / release (push) Successful in 40s
Object/Array support can be handled on the processor side to support either
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
"$id": "https://schema.owlboard.info/data-ingress/network-rail/networkRailCorpus.schema.json",
|
||||
"$schema": "https://json-schema.org/draft-07/schema#",
|
||||
"title": "networkRailCorpus",
|
||||
"type": "array",
|
||||
"additionalItems": false,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["t", "n"],
|
||||
"required": [
|
||||
"t",
|
||||
"n"
|
||||
],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"t": {
|
||||
@@ -27,5 +27,4 @@
|
||||
"maximum": 999999
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user