{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SMRetrieveResponse", "type": "object", "properties": { "securityName": { "type": "string" }, "status": { "type": "string" }, "location": { "type": "string" }, "asofdate": { "type": "string" }, "errors": { "type": "array" } } }