{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/the-racing-api/refs/heads/main/json-structure/the-racing-api-change-structure.json", "name": "Change", "description": "Change schema from The Racing API", "type": "object", "properties": { "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Type" }, "text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Text" } } }