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