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