Try passing '$id' as ref
Some checks failed
Generate and Release Protos / release (push) Failing after 23s

This commit is contained in:
2026-02-23 19:17:39 +00:00
parent 71e04b93d5
commit 5c16b17aea

View File

@@ -33,7 +33,7 @@
"locations": { "locations": {
"type": "array", "type": "array",
"description": "A list of one or more locations where the train has recorded a movement or forecast", "description": "A list of one or more locations where the train has recorded a movement or forecast",
"items": { "$ref": "./schemas/data-ingress/pushport/ts_location.json" } "items": { "$ref": "https://schema.owlboard.info/data-ingress/pushport-ts-location.schema.json" }
} }
} }
} }