@open-captable-protocol/canton 0.2.250 → 0.2.251

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/ocf-schema/enums/AccrualPeriodType.schema.json +9 -0
  2. package/dist/ocf-schema/enums/AddressType.schema.json +9 -0
  3. package/dist/ocf-schema/enums/AllocationType.schema.json +17 -0
  4. package/dist/ocf-schema/enums/AuthorizedShares.schema.json +9 -0
  5. package/dist/ocf-schema/enums/CompensationType.schema.json +9 -0
  6. package/dist/ocf-schema/enums/CompoundingType.schema.json +9 -0
  7. package/dist/ocf-schema/enums/ConversionMechanismType.schema.json +18 -0
  8. package/dist/ocf-schema/enums/ConversionRightType.schema.json +13 -0
  9. package/dist/ocf-schema/enums/ConversionTimingType.schema.json +9 -0
  10. package/dist/ocf-schema/enums/ConversionTriggerType.schema.json +16 -0
  11. package/dist/ocf-schema/enums/ConvertibleType.schema.json +9 -0
  12. package/dist/ocf-schema/enums/DayCountType.schema.json +9 -0
  13. package/dist/ocf-schema/enums/EmailType.schema.json +9 -0
  14. package/dist/ocf-schema/enums/FileType.schema.json +20 -0
  15. package/dist/ocf-schema/enums/InterestPayoutType.schema.json +9 -0
  16. package/dist/ocf-schema/enums/ObjectType.schema.json +66 -0
  17. package/dist/ocf-schema/enums/OptionType.schema.json +9 -0
  18. package/dist/ocf-schema/enums/ParentSecurityType.schema.json +9 -0
  19. package/dist/ocf-schema/enums/PeriodType.schema.json +9 -0
  20. package/dist/ocf-schema/enums/PhoneType.schema.json +9 -0
  21. package/dist/ocf-schema/enums/QuantitySourceType.schema.json +16 -0
  22. package/dist/ocf-schema/enums/RoundingType.schema.json +9 -0
  23. package/dist/ocf-schema/enums/StakeholderRelationshipType.schema.json +23 -0
  24. package/dist/ocf-schema/enums/StakeholderStatusType.schema.json +19 -0
  25. package/dist/ocf-schema/enums/StakeholderType.schema.json +9 -0
  26. package/dist/ocf-schema/enums/StockClassType.schema.json +9 -0
  27. package/dist/ocf-schema/enums/StockIssuanceType.schema.json +9 -0
  28. package/dist/ocf-schema/enums/StockPlanCancellationBehaviorType.schema.json +14 -0
  29. package/dist/ocf-schema/enums/TerminationWindowType.schema.json +17 -0
  30. package/dist/ocf-schema/enums/ValuationBasedFormulaType.schema.json +9 -0
  31. package/dist/ocf-schema/enums/ValuationType.schema.json +9 -0
  32. package/dist/ocf-schema/enums/VestingDayOfMonth.schema.json +42 -0
  33. package/dist/ocf-schema/enums/VestingTriggerType.schema.json +14 -0
  34. package/dist/ocf-schema/files/DocumentsFile.schema.json +27 -0
  35. package/dist/ocf-schema/files/FinancingsFile.schema.json +27 -0
  36. package/dist/ocf-schema/files/OCFManifestFile.schema.json +130 -0
  37. package/dist/ocf-schema/files/StakeholdersFile.schema.json +27 -0
  38. package/dist/ocf-schema/files/StockClassesFile.schema.json +27 -0
  39. package/dist/ocf-schema/files/StockLegendTemplatesFile.schema.json +27 -0
  40. package/dist/ocf-schema/files/StockPlansFile.schema.json +27 -0
  41. package/dist/ocf-schema/files/TransactionsFile.schema.json +136 -0
  42. package/dist/ocf-schema/files/ValuationsFile.schema.json +27 -0
  43. package/dist/ocf-schema/files/VestingTermsFile.schema.json +27 -0
  44. package/dist/ocf-schema/objects/Document.schema.json +50 -0
  45. package/dist/ocf-schema/objects/Financing.schema.json +38 -0
  46. package/dist/ocf-schema/objects/Issuer.schema.json +97 -0
  47. package/dist/ocf-schema/objects/Stakeholder.schema.json +75 -0
  48. package/dist/ocf-schema/objects/StockClass.schema.json +92 -0
  49. package/dist/ocf-schema/objects/StockLegendTemplate.schema.json +30 -0
  50. package/dist/ocf-schema/objects/StockPlan.schema.json +71 -0
  51. package/dist/ocf-schema/objects/Valuation.schema.json +55 -0
  52. package/dist/ocf-schema/objects/VestingTerms.schema.json +42 -0
  53. package/dist/ocf-schema/objects/transactions/acceptance/ConvertibleAcceptance.schema.json +33 -0
  54. package/dist/ocf-schema/objects/transactions/acceptance/EquityCompensationAcceptance.schema.json +37 -0
  55. package/dist/ocf-schema/objects/transactions/acceptance/PlanSecurityAcceptance.schema.json +18 -0
  56. package/dist/ocf-schema/objects/transactions/acceptance/StockAcceptance.schema.json +33 -0
  57. package/dist/ocf-schema/objects/transactions/acceptance/WarrantAcceptance.schema.json +33 -0
  58. package/dist/ocf-schema/objects/transactions/adjustment/IssuerAuthorizedSharesAdjustment.schema.json +42 -0
  59. package/dist/ocf-schema/objects/transactions/adjustment/StockClassAuthorizedSharesAdjustment.schema.json +42 -0
  60. package/dist/ocf-schema/objects/transactions/adjustment/StockClassConversionRatioAdjustment.schema.json +34 -0
  61. package/dist/ocf-schema/objects/transactions/adjustment/StockPlanPoolAdjustment.schema.json +42 -0
  62. package/dist/ocf-schema/objects/transactions/cancellation/ConvertibleCancellation.schema.json +39 -0
  63. package/dist/ocf-schema/objects/transactions/cancellation/EquityCompensationCancellation.schema.json +43 -0
  64. package/dist/ocf-schema/objects/transactions/cancellation/PlanSecurityCancellation.schema.json +17 -0
  65. package/dist/ocf-schema/objects/transactions/cancellation/StockCancellation.schema.json +39 -0
  66. package/dist/ocf-schema/objects/transactions/cancellation/WarrantCancellation.schema.json +39 -0
  67. package/dist/ocf-schema/objects/transactions/change_event/StakeholderRelationshipChangeEvent.schema.json +45 -0
  68. package/dist/ocf-schema/objects/transactions/change_event/StakeholderStatusChangeEvent.schema.json +34 -0
  69. package/dist/ocf-schema/objects/transactions/consolidation/StockConsolidation.schema.json +32 -0
  70. package/dist/ocf-schema/objects/transactions/conversion/ConvertibleConversion.schema.json +54 -0
  71. package/dist/ocf-schema/objects/transactions/conversion/StockConversion.schema.json +42 -0
  72. package/dist/ocf-schema/objects/transactions/exercise/EquityCompensationExercise.schema.json +40 -0
  73. package/dist/ocf-schema/objects/transactions/exercise/PlanSecurityExercise.schema.json +17 -0
  74. package/dist/ocf-schema/objects/transactions/exercise/WarrantExercise.schema.json +39 -0
  75. package/dist/ocf-schema/objects/transactions/issuance/ConvertibleIssuance.schema.json +88 -0
  76. package/dist/ocf-schema/objects/transactions/issuance/EquityCompensationIssuance.schema.json +166 -0
  77. package/dist/ocf-schema/objects/transactions/issuance/PlanSecurityIssuance.schema.json +17 -0
  78. package/dist/ocf-schema/objects/transactions/issuance/StockIssuance.schema.json +91 -0
  79. package/dist/ocf-schema/objects/transactions/issuance/WarrantIssuance.schema.json +101 -0
  80. package/dist/ocf-schema/objects/transactions/reissuance/StockReissuance.schema.json +36 -0
  81. package/dist/ocf-schema/objects/transactions/release/EquityCompensationRelease.schema.json +39 -0
  82. package/dist/ocf-schema/objects/transactions/release/PlanSecurityRelease.schema.json +17 -0
  83. package/dist/ocf-schema/objects/transactions/repricing/EquityCompensationRepricing.schema.json +34 -0
  84. package/dist/ocf-schema/objects/transactions/repurchase/StockRepurchase.schema.json +37 -0
  85. package/dist/ocf-schema/objects/transactions/retraction/ConvertibleRetraction.schema.json +33 -0
  86. package/dist/ocf-schema/objects/transactions/retraction/EquityCompensationRetraction.schema.json +37 -0
  87. package/dist/ocf-schema/objects/transactions/retraction/PlanSecurityRetraction.schema.json +17 -0
  88. package/dist/ocf-schema/objects/transactions/retraction/StockRetraction.schema.json +33 -0
  89. package/dist/ocf-schema/objects/transactions/retraction/WarrantRetraction.schema.json +33 -0
  90. package/dist/ocf-schema/objects/transactions/return_to_pool/StockPlanReturnToPool.schema.json +38 -0
  91. package/dist/ocf-schema/objects/transactions/split/StockClassSplit.schema.json +34 -0
  92. package/dist/ocf-schema/objects/transactions/transfer/ConvertibleTransfer.schema.json +40 -0
  93. package/dist/ocf-schema/objects/transactions/transfer/EquityCompensationTransfer.schema.json +41 -0
  94. package/dist/ocf-schema/objects/transactions/transfer/PlanSecurityTransfer.schema.json +17 -0
  95. package/dist/ocf-schema/objects/transactions/transfer/StockTransfer.schema.json +40 -0
  96. package/dist/ocf-schema/objects/transactions/transfer/WarrantTransfer.schema.json +40 -0
  97. package/dist/ocf-schema/objects/transactions/vesting/VestingAcceleration.schema.json +38 -0
  98. package/dist/ocf-schema/objects/transactions/vesting/VestingEvent.schema.json +34 -0
  99. package/dist/ocf-schema/objects/transactions/vesting/VestingStart.schema.json +34 -0
  100. package/dist/ocf-schema/primitives/files/File.schema.json +15 -0
  101. package/dist/ocf-schema/primitives/objects/Object.schema.json +26 -0
  102. package/dist/ocf-schema/primitives/objects/transactions/IssuerTransaction.schema.json +15 -0
  103. package/dist/ocf-schema/primitives/objects/transactions/SecurityTransaction.schema.json +15 -0
  104. package/dist/ocf-schema/primitives/objects/transactions/StockClassTransaction.schema.json +15 -0
  105. package/dist/ocf-schema/primitives/objects/transactions/StockPlanTransaction.schema.json +15 -0
  106. package/dist/ocf-schema/primitives/objects/transactions/Transaction.schema.json +15 -0
  107. package/dist/ocf-schema/primitives/objects/transactions/acceptance/Acceptance.schema.json +10 -0
  108. package/dist/ocf-schema/primitives/objects/transactions/cancellation/Cancellation.schema.json +19 -0
  109. package/dist/ocf-schema/primitives/objects/transactions/change_event/StakeholderChangeEvent.schema.json +15 -0
  110. package/dist/ocf-schema/primitives/objects/transactions/consolidation/Consolidation.schema.json +30 -0
  111. package/dist/ocf-schema/primitives/objects/transactions/conversion/Conversion.schema.json +19 -0
  112. package/dist/ocf-schema/primitives/objects/transactions/exercise/Exercise.schema.json +23 -0
  113. package/dist/ocf-schema/primitives/objects/transactions/issuance/Issuance.schema.json +39 -0
  114. package/dist/ocf-schema/primitives/objects/transactions/reissuance/Reissuance.schema.json +29 -0
  115. package/dist/ocf-schema/primitives/objects/transactions/release/Release.schema.json +40 -0
  116. package/dist/ocf-schema/primitives/objects/transactions/repurchase/Repurchase.schema.json +27 -0
  117. package/dist/ocf-schema/primitives/objects/transactions/retraction/Retraction.schema.json +15 -0
  118. package/dist/ocf-schema/primitives/objects/transactions/return_to_pool/ReturnToPool.schema.json +23 -0
  119. package/dist/ocf-schema/primitives/objects/transactions/transfer/Transfer.schema.json +29 -0
  120. package/dist/ocf-schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json +15 -0
  121. package/dist/ocf-schema/primitives/types/conversion_rights/ConversionRight.schema.json +52 -0
  122. package/dist/ocf-schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json +41 -0
  123. package/dist/ocf-schema/primitives/types/vesting/VestingConditionTrigger.schema.json +15 -0
  124. package/dist/ocf-schema/primitives/types/vesting/VestingPeriod.schema.json +30 -0
  125. package/dist/ocf-schema/types/Address.schema.json +36 -0
  126. package/dist/ocf-schema/types/CapitalizationDefinition.schema.json +45 -0
  127. package/dist/ocf-schema/types/CapitalizationDefinitionRules.schema.json +53 -0
  128. package/dist/ocf-schema/types/ContactInfo.schema.json +39 -0
  129. package/dist/ocf-schema/types/ContactInfoWithoutName.schema.json +35 -0
  130. package/dist/ocf-schema/types/CountryCode.schema.json +11 -0
  131. package/dist/ocf-schema/types/CountrySubdivisionCode.schema.json +11 -0
  132. package/dist/ocf-schema/types/CurrencyCode.schema.json +11 -0
  133. package/dist/ocf-schema/types/Date.schema.json +9 -0
  134. package/dist/ocf-schema/types/Email.schema.json +21 -0
  135. package/dist/ocf-schema/types/File.schema.json +20 -0
  136. package/dist/ocf-schema/types/InterestRate.schema.json +24 -0
  137. package/dist/ocf-schema/types/Md5.schema.json +9 -0
  138. package/dist/ocf-schema/types/Monetary.schema.json +20 -0
  139. package/dist/ocf-schema/types/Name.schema.json +24 -0
  140. package/dist/ocf-schema/types/Numeric.schema.json +9 -0
  141. package/dist/ocf-schema/types/ObjectReference.schema.json +20 -0
  142. package/dist/ocf-schema/types/Percentage.schema.json +9 -0
  143. package/dist/ocf-schema/types/Phone.schema.json +21 -0
  144. package/dist/ocf-schema/types/Ratio.schema.json +20 -0
  145. package/dist/ocf-schema/types/SecurityExemption.schema.json +20 -0
  146. package/dist/ocf-schema/types/ShareNumberRange.schema.json +20 -0
  147. package/dist/ocf-schema/types/StockParent.schema.json +20 -0
  148. package/dist/ocf-schema/types/TaxID.schema.json +20 -0
  149. package/dist/ocf-schema/types/TerminationWindow.schema.json +24 -0
  150. package/dist/ocf-schema/types/Vesting.schema.json +20 -0
  151. package/dist/ocf-schema/types/conversion_mechanisms/CustomConversionMechanism.schema.json +24 -0
  152. package/dist/ocf-schema/types/conversion_mechanisms/FixedAmountConversionMechanism.schema.json +24 -0
  153. package/dist/ocf-schema/types/conversion_mechanisms/NoteConversionMechanism.schema.json +75 -0
  154. package/dist/ocf-schema/types/conversion_mechanisms/PercentCapitalizationConversionMechanism.schema.json +32 -0
  155. package/dist/ocf-schema/types/conversion_mechanisms/RatioConversionMechanism.schema.json +32 -0
  156. package/dist/ocf-schema/types/conversion_mechanisms/SAFEConversionMechanism.schema.json +48 -0
  157. package/dist/ocf-schema/types/conversion_mechanisms/SharePriceBasedConversionMechanism.schema.json +70 -0
  158. package/dist/ocf-schema/types/conversion_mechanisms/ValuationBasedConversionMechanism.schema.json +60 -0
  159. package/dist/ocf-schema/types/conversion_rights/ConvertibleConversionRight.schema.json +41 -0
  160. package/dist/ocf-schema/types/conversion_rights/StockClassConversionRight.schema.json +29 -0
  161. package/dist/ocf-schema/types/conversion_rights/WarrantConversionRight.schema.json +42 -0
  162. package/dist/ocf-schema/types/conversion_triggers/AutomaticConversionOnConditionTrigger.schema.json +28 -0
  163. package/dist/ocf-schema/types/conversion_triggers/AutomaticConversionOnDateTrigger.schema.json +28 -0
  164. package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionAtWillTrigger.schema.json +24 -0
  165. package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json +38 -0
  166. package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionOnConditionTrigger.schema.json +28 -0
  167. package/dist/ocf-schema/types/conversion_triggers/UnspecifiedConversionTrigger.schema.json +24 -0
  168. package/dist/ocf-schema/types/vesting/VestingCondition.schema.json +62 -0
  169. package/dist/ocf-schema/types/vesting/VestingConditionPortion.schema.json +25 -0
  170. package/dist/ocf-schema/types/vesting/VestingEventTrigger.schema.json +19 -0
  171. package/dist/ocf-schema/types/vesting/VestingPeriodInDays.schema.json +22 -0
  172. package/dist/ocf-schema/types/vesting/VestingPeriodInMonths.schema.json +27 -0
  173. package/dist/ocf-schema/types/vesting/VestingScheduleAbsoluteTrigger.schema.json +24 -0
  174. package/dist/ocf-schema/types/vesting/VestingScheduleRelativeTrigger.schema.json +35 -0
  175. package/dist/ocf-schema/types/vesting/VestingStartTrigger.schema.json +19 -0
  176. package/dist/utils/ocfZodSchemas.d.ts.map +1 -1
  177. package/dist/utils/ocfZodSchemas.js +10 -7
  178. package/dist/utils/ocfZodSchemas.js.map +1 -1
  179. package/package.json +3 -2
@@ -0,0 +1,130 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/files/OCFManifestFile.schema.json",
4
+ "title": "OCF Manifest File",
5
+ "description": "Top-level schema describing the OCF Manifest, which holds issuer information and references ocf files containing transactions, stakeholders, stock classes, etc.",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "ocf_version": {
14
+ "description": "OCF Version Identifier -- the current semantic version (https://semver.org/spec/v2.0.0.html)",
15
+ "const": "1.2.1-alpha+main"
16
+ },
17
+ "file_type": {
18
+ "const": "OCF_MANIFEST_FILE"
19
+ },
20
+ "issuer": {
21
+ "description": "Issuer for the cap table",
22
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Issuer.schema.json"
23
+ },
24
+ "as_of": {
25
+ "description": "The point-in-time represented by this OCF Package",
26
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
27
+ },
28
+ "generated_at": {
29
+ "description": "Timestamp of when the package was generated. Useful when determining which set of data is most up-to-date, if presented with two packages that have the same `as_of` date, but different cap table data.",
30
+ "type": "string",
31
+ "format": "date-time"
32
+ },
33
+ "comments": {
34
+ "title": "Cap Table - Comment Array",
35
+ "description": "Unstructured text comments related to and stored for the cap table",
36
+ "type": "array",
37
+ "items": {
38
+ "type": "string"
39
+ }
40
+ },
41
+ "stock_plans_files": {
42
+ "title": "Cap Table - Stock Plans File(s) Array",
43
+ "description": "List of files containing lists of issuer stock plans, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/stock_plans_file schema to validate loaded files)",
44
+ "type": "array",
45
+ "items": {
46
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
47
+ }
48
+ },
49
+ "stock_legend_templates_files": {
50
+ "title": "Cap Table - Stock Legend Templates File(s) Array",
51
+ "description": "List of files containing lists of issuer stock legend templates, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/stock_legend_templates_file schema to validate loaded files)",
52
+ "type": "array",
53
+ "items": {
54
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
55
+ }
56
+ },
57
+ "stock_classes_files": {
58
+ "title": "Cap Table - Stock Classes File(s) Array",
59
+ "description": "List of files containing lists of issuer stock classes, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/stock_classes_file schema to validate loaded files)",
60
+ "type": "array",
61
+ "items": {
62
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
63
+ }
64
+ },
65
+ "vesting_terms_files": {
66
+ "title": "Cap Table - Vesting Terms File(s) Array",
67
+ "description": "List of files containing lists of issuer vesting terms, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/vesting_terms_file schema to validate loaded files)",
68
+ "type": "array",
69
+ "items": {
70
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
71
+ }
72
+ },
73
+ "valuations_files": {
74
+ "title": "Cap Table - Valuation File(s) Array",
75
+ "description": "List of files containing lists of issuer valuations, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/valuations_file schema to validate loaded files)",
76
+ "type": "array",
77
+ "items": {
78
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
79
+ }
80
+ },
81
+ "transactions_files": {
82
+ "title": "Cap Table - Transaction File(s) Array",
83
+ "description": "List of files containing lists of issuer transactions, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/transactions_file schema to validate loaded files)",
84
+ "type": "array",
85
+ "items": {
86
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
87
+ }
88
+ },
89
+ "stakeholders_files": {
90
+ "title": "Cap Table - Stakeholder File(s) Array",
91
+ "description": "List of files containing lists of issuer stakeholders, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/stakeholders_file schema to validate loaded files)",
92
+ "type": "array",
93
+ "items": {
94
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
95
+ }
96
+ },
97
+ "financings_files": {
98
+ "title": "Cap Table - Financing File(s) Array",
99
+ "description": "List of files containing lists of financings, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/financings_file schema to validate loaded files)",
100
+ "type": "array",
101
+ "items": {
102
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
103
+ }
104
+ },
105
+ "documents_files": {
106
+ "title": "Cap Table - Document File(s) Array",
107
+ "description": "List of files containing lists of document paths, indexed from the file containing the first such object created to the file containing the last (See separate /schema/files/documents_file schema to validate loaded files)",
108
+ "type": "array",
109
+ "items": {
110
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/File.schema.json"
111
+ }
112
+ }
113
+ },
114
+ "required": [
115
+ "ocf_version",
116
+ "file_type",
117
+ "issuer",
118
+ "as_of",
119
+ "generated_at",
120
+ "stock_plans_files",
121
+ "stock_legend_templates_files",
122
+ "stock_classes_files",
123
+ "vesting_terms_files",
124
+ "valuations_files",
125
+ "transactions_files",
126
+ "stakeholders_files"
127
+ ],
128
+ "additionalProperties": false,
129
+ "$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/files/OCFManifestFile.schema.json"
130
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/files/StakeholdersFile.schema.json",
4
+ "title": "File - Stakeholders",
5
+ "description": "JSON containing file type identifier and list of stakeholders",
6
+ "allOf": [
7
+ {
8
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
9
+ }
10
+ ],
11
+ "type": "object",
12
+ "properties": {
13
+ "items": {
14
+ "type": "array",
15
+ "description": "List of OCF stakeholder objects",
16
+ "items": {
17
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Stakeholder.schema.json"
18
+ }
19
+ },
20
+ "file_type": {
21
+ "const": "OCF_STAKEHOLDERS_FILE"
22
+ }
23
+ },
24
+ "additionalProperties": false,
25
+ "required": ["items", "file_type"],
26
+ "$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/files/StakeholdersFile.schema.json"
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/files/StockClassesFile.schema.json",
4
+ "title": "File - Stock Classes",
5
+ "description": "JSON containing file type identifier and list of stock classes",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "items": {
14
+ "type": "array",
15
+ "description": "List of OCF stock class objects",
16
+ "items": {
17
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockClass.schema.json"
18
+ }
19
+ },
20
+ "file_type": {
21
+ "const": "OCF_STOCK_CLASSES_FILE"
22
+ }
23
+ },
24
+ "additionalProperties": false,
25
+ "required": ["items", "file_type"],
26
+ "$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/files/StockClassesFile.schema.json"
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/files/StockLegendTemplatesFile.schema.json",
4
+ "title": "File - Stock Legend Templates",
5
+ "description": "JSON containing file type identifier and list of stock legend templates",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "items": {
14
+ "type": "array",
15
+ "description": "List of OCF stock legend template objects",
16
+ "items": {
17
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockLegendTemplate.schema.json"
18
+ }
19
+ },
20
+ "file_type": {
21
+ "const": "OCF_STOCK_LEGEND_TEMPLATES_FILE"
22
+ }
23
+ },
24
+ "additionalProperties": false,
25
+ "required": ["items", "file_type"],
26
+ "$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/files/StockLegendTemplatesFile.schema.json"
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/files/StockPlansFile.schema.json",
4
+ "title": "File - Stock Plans",
5
+ "description": "JSON containing file type identifier and list of stock plans",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "items": {
14
+ "type": "array",
15
+ "description": "List of OCF stock plan objects",
16
+ "items": {
17
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockPlan.schema.json"
18
+ }
19
+ },
20
+ "file_type": {
21
+ "const": "OCF_STOCK_PLANS_FILE"
22
+ }
23
+ },
24
+ "additionalProperties": false,
25
+ "required": ["items", "file_type"],
26
+ "$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/files/StockPlansFile.schema.json"
27
+ }
@@ -0,0 +1,136 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/files/TransactionsFile.schema.json",
4
+ "title": "File - Transactions",
5
+ "description": "JSON containing file type identifier and list transactions",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "items": {
14
+ "type": "array",
15
+ "description": "List of OCF transaction objects",
16
+ "items": {
17
+ "oneOf": [
18
+ {
19
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/ConvertibleAcceptance.schema.json"
20
+ },
21
+ {
22
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/EquityCompensationAcceptance.schema.json"
23
+ },
24
+ {
25
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/StockAcceptance.schema.json"
26
+ },
27
+ {
28
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/WarrantAcceptance.schema.json"
29
+ },
30
+ {
31
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/cancellation/ConvertibleCancellation.schema.json"
32
+ },
33
+ {
34
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/cancellation/EquityCompensationCancellation.schema.json"
35
+ },
36
+ {
37
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/cancellation/StockCancellation.schema.json"
38
+ },
39
+ {
40
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/cancellation/WarrantCancellation.schema.json"
41
+ },
42
+ {
43
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/conversion/ConvertibleConversion.schema.json"
44
+ },
45
+ {
46
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/conversion/StockConversion.schema.json"
47
+ },
48
+ {
49
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/exercise/EquityCompensationExercise.schema.json"
50
+ },
51
+ {
52
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/exercise/WarrantExercise.schema.json"
53
+ },
54
+ {
55
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/ConvertibleIssuance.schema.json"
56
+ },
57
+ {
58
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/EquityCompensationIssuance.schema.json"
59
+ },
60
+ {
61
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/StockIssuance.schema.json"
62
+ },
63
+ {
64
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/WarrantIssuance.schema.json"
65
+ },
66
+ {
67
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/reissuance/StockReissuance.schema.json"
68
+ },
69
+ {
70
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/consolidation/StockConsolidation.schema.json"
71
+ },
72
+ {
73
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/repurchase/StockRepurchase.schema.json"
74
+ },
75
+ {
76
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/release/EquityCompensationRelease.schema.json"
77
+ },
78
+ {
79
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/ConvertibleRetraction.schema.json"
80
+ },
81
+ {
82
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/EquityCompensationRetraction.schema.json"
83
+ },
84
+ {
85
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/StockRetraction.schema.json"
86
+ },
87
+ {
88
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/WarrantRetraction.schema.json"
89
+ },
90
+ {
91
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/return_to_pool/StockPlanReturnToPool.schema.json"
92
+ },
93
+ {
94
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/split/StockClassSplit.schema.json"
95
+ },
96
+ {
97
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/adjustment/StockClassConversionRatioAdjustment.schema.json"
98
+ },
99
+ {
100
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/adjustment/StockClassAuthorizedSharesAdjustment.schema.json"
101
+ },
102
+ {
103
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/ConvertibleTransfer.schema.json"
104
+ },
105
+ {
106
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/EquityCompensationTransfer.schema.json"
107
+ },
108
+ {
109
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/StockTransfer.schema.json"
110
+ },
111
+ {
112
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/WarrantTransfer.schema.json"
113
+ },
114
+ {
115
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/vesting/VestingAcceleration.schema.json"
116
+ },
117
+ {
118
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/vesting/VestingStart.schema.json"
119
+ },
120
+ {
121
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/vesting/VestingEvent.schema.json"
122
+ },
123
+ {
124
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/adjustment/StockPlanPoolAdjustment.schema.json"
125
+ }
126
+ ]
127
+ }
128
+ },
129
+ "file_type": {
130
+ "const": "OCF_TRANSACTIONS_FILE"
131
+ }
132
+ },
133
+ "additionalProperties": false,
134
+ "required": ["items", "file_type"],
135
+ "$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/files/TransactionsFile.schema.json"
136
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/files/ValuationsFile.schema.json",
4
+ "title": "File - Valuations",
5
+ "description": "JSON containing file type identifier and list of valuations",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "items": {
14
+ "type": "array",
15
+ "description": "List of OCF valuation objects",
16
+ "items": {
17
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Valuation.schema.json"
18
+ }
19
+ },
20
+ "file_type": {
21
+ "const": "OCF_VALUATIONS_FILE"
22
+ }
23
+ },
24
+ "additionalProperties": false,
25
+ "required": ["items", "file_type"],
26
+ "$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/files/ValuationsFile.schema.json"
27
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/files/VestingTermsFile.schema.json",
4
+ "title": "File - Vesting Terms",
5
+ "description": "JSON containing file type identifier and list of vesting terms",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "items": {
14
+ "type": "array",
15
+ "description": "List of OCF vesting terms objects",
16
+ "items": {
17
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/VestingTerms.schema.json"
18
+ }
19
+ },
20
+ "file_type": {
21
+ "const": "OCF_VESTING_TERMS_FILE"
22
+ }
23
+ },
24
+ "additionalProperties": false,
25
+ "required": ["items", "file_type"],
26
+ "$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/files/VestingTermsFile.schema.json"
27
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Document.schema.json",
4
+ "title": "Object - Document",
5
+ "description": "Object describing a document",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "DOCUMENT"
15
+ },
16
+ "path": {
17
+ "description": "Relative path/filename for the document. Path is understood to be a relative location within an associated ZIP archive (packaged separately from the OCF archive) e.g. './acceptance_records/John_Wayne_2017_Grant_Agreement.pdf'",
18
+ "type": "string"
19
+ },
20
+ "related_objects": {
21
+ "title": "Document - Related Objects Array",
22
+ "description": "List of objects which this document is related to",
23
+ "type": "array",
24
+ "items": {
25
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ObjectReference.schema.json"
26
+ }
27
+ },
28
+ "uri": {
29
+ "description": "Uniform resource identifier for the document if not using the `path` property and associated ZIP archive separate from the OCF package.",
30
+ "type": "string"
31
+ },
32
+ "md5": {
33
+ "description": "MD5 file checksum",
34
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Md5.schema.json"
35
+ },
36
+ "id": {},
37
+ "comments": {}
38
+ },
39
+ "required": ["md5"],
40
+ "oneOf": [
41
+ {
42
+ "required": ["path"]
43
+ },
44
+ {
45
+ "required": ["uri"]
46
+ }
47
+ ],
48
+ "additionalProperties": false,
49
+ "$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/Document.schema.json"
50
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Financing.schema.json",
4
+ "title": "Object - Financing",
5
+ "description": "Object describing a financing",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "FINANCING"
15
+ },
16
+ "name": {
17
+ "description": "Name for the financing",
18
+ "type": "string"
19
+ },
20
+ "issuance_ids": {
21
+ "description": "Array of issuance IDs associated with the financing",
22
+ "type": "array",
23
+ "minItems": 1,
24
+ "items": {
25
+ "type": "string"
26
+ }
27
+ },
28
+ "date": {
29
+ "description": "Date on which the financing event occurred",
30
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
31
+ },
32
+ "id": {},
33
+ "comments": {}
34
+ },
35
+ "additionalProperties": false,
36
+ "required": ["name", "issuance_ids", "date"],
37
+ "$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/Financing.schema.json"
38
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Issuer.schema.json",
4
+ "title": "Object - Issuer",
5
+ "description": "Object describing the issuer of the cap table (the company whose cap table this is)",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "ISSUER"
15
+ },
16
+ "legal_name": {
17
+ "description": "Legal name of the issuer",
18
+ "type": "string"
19
+ },
20
+ "dba": {
21
+ "description": "Doing Business As name",
22
+ "type": "string"
23
+ },
24
+ "formation_date": {
25
+ "description": "Date of formation",
26
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
27
+ },
28
+ "country_of_formation": {
29
+ "description": "The country where the issuer company was legally formed (ISO 3166-1 alpha-2)",
30
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/CountryCode.schema.json"
31
+ },
32
+ "country_subdivision_of_formation": {
33
+ "description": "The code for the state, province, or subdivision where the issuer company was legally formed",
34
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/CountrySubdivisionCode.schema.json"
35
+ },
36
+ "country_subdivision_name_of_formation": {
37
+ "description": "The text name of state, province, or subdivision where the issuer company was legally formed if the code is not available",
38
+ "type": "string"
39
+ },
40
+ "tax_ids": {
41
+ "title": "Issuer - Tax ID Array",
42
+ "description": "The tax ids for this issuer company",
43
+ "type": "array",
44
+ "items": {
45
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/TaxID.schema.json"
46
+ }
47
+ },
48
+ "email": {
49
+ "description": "A work email that the issuer company can be reached at",
50
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Email.schema.json"
51
+ },
52
+ "phone": {
53
+ "description": "A phone number that the issuer company can be reached at",
54
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Phone.schema.json"
55
+ },
56
+ "address": {
57
+ "description": "The headquarters address of the issuing company",
58
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Address.schema.json"
59
+ },
60
+ "initial_shares_authorized": {
61
+ "description": "The initial number of shares authorized for this issuer",
62
+ "oneOf": [
63
+ {
64
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/AuthorizedShares.schema.json"
65
+ },
66
+ {
67
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
68
+ }
69
+ ]
70
+ },
71
+ "id": {},
72
+ "comments": {}
73
+ },
74
+ "anyOf": [
75
+ {
76
+ "oneOf": [
77
+ {
78
+ "required": ["country_subdivision_of_formation"]
79
+ },
80
+ {
81
+ "required": ["country_subdivision_name_of_formation"]
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "not": {
87
+ "required": [
88
+ "country_subdivision_of_formation",
89
+ "country_subdivision_name_of_formation"
90
+ ]
91
+ }
92
+ }
93
+ ],
94
+ "additionalProperties": false,
95
+ "required": ["legal_name", "formation_date", "country_of_formation"],
96
+ "$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/Issuer.schema.json"
97
+ }