{ "description": "", "type": "object", "properties": { "shipSymbol": { "type": "string", "minLength": 1 }, "destination": { "type": "string", "minLength": 1 } }, "required": [ "shipSymbol", "destination" ], "x-examples": { "example-1": { "shipSymbol": "1D7FDA-1", "destination": "00E0B1" } }, "examples": [ { "shipSymbol": "1D7FDA-1", "destination": "00E0B1" } ] }