{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://huggingface.co/datasets/csoai/gspc-regulatory-framework/raw/main/input-schema.json", "title": "GSPC regulatory-framework bank row", "description": "What a stranger-recomputable bank row must contain. This Hub shell has empty rows. Status stays UNMEASURED until the living GET says otherwise. Not a certificate.", "type": "object", "additionalProperties": false, "required": [ "subject", "issuer", "source_url" ], "properties": { "subject": { "type": "string", "description": "Named instrument or issuer account under review." }, "issuer": { "type": "string", "description": "Legal issuer name as published." }, "regime_declared": { "type": "boolean", "description": "True only when a governing regime is declared. Omit when unknown." }, "regime_name": { "type": "string", "description": "Named regime as published. Empty if none." }, "confirmable": { "type": "boolean", "description": "True only when a stranger can confirm the declaration at source_url. Omit when unknown." }, "source_url": { "type": "string", "format": "uri", "description": "Stranger-confirmable URL for the declaration." }, "as_of": { "type": "string", "description": "Date the row was read. Empty if unread." } } }