{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SecurityIdentifier", "type": "object", "properties": { "@type": { "type": "string" }, "identifierType": { "type": "string" }, "identifierValue": { "type": "string" } } }