{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json", "title": "Type - Numeric", "description": "Fixed-point string representation of a number (up to 10 decimal places supported)", "type": "string", "pattern": "^[+-]?[0-9]+(\\.[0-9]{1,10})?$", "$comment": "Copyright © 2026 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/types/Numeric.schema.json" }