{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MoveNumberValidationError", "title": "MoveNumberValidationError", "type": "object", "properties": { "trackingId": { "type": "string", "description": "Unique identifier to track the HTTP requests." }, "error": { "$ref": "#/components/schemas/ErrorObject" } } }