{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockLegendTemplate.schema.json", "title": "Object - Stock Legend Template", "description": "Object describing a stock legend template", "type": "object", "allOf": [ { "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json" } ], "properties": { "object_type": { "const": "STOCK_LEGEND_TEMPLATE" }, "name": { "description": "Name for the stock legend template", "type": "string" }, "text": { "description": "The full text of the stock legend", "type": "string" }, "id": {}, "comments": {} }, "additionalProperties": false, "required": ["name", "text"], "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/StockLegendTemplate.schema.json" }