{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SecurityIdentifier", "type": "object", "properties": { "@type": { "type": "string" }, "identifierType": { "type": "string", "description": "Type of identifier" }, "identifierValue": { "type": "string", "description": "The identifier value" } } }