@uplo1/schemas 1.0.0

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 (83) hide show
  1. package/README.md +173 -0
  2. package/accounting/accounting.json +58 -0
  3. package/accounting/index.json +13 -0
  4. package/agriculture/agriculture.json +58 -0
  5. package/agriculture/index.json +13 -0
  6. package/architecture/architecture.json +58 -0
  7. package/architecture/index.json +13 -0
  8. package/banking/banking.json +58 -0
  9. package/banking/index.json +13 -0
  10. package/construction/construction.json +58 -0
  11. package/construction/index.json +13 -0
  12. package/consulting/consulting.json +58 -0
  13. package/consulting/index.json +13 -0
  14. package/customer_success/customer_success.json +58 -0
  15. package/customer_success/index.json +13 -0
  16. package/cybersecurity/cybersecurity.json +58 -0
  17. package/cybersecurity/index.json +13 -0
  18. package/data_analytics/data_analytics.json +58 -0
  19. package/data_analytics/index.json +13 -0
  20. package/defense/defense.json +58 -0
  21. package/defense/index.json +13 -0
  22. package/education/education.json +58 -0
  23. package/education/index.json +13 -0
  24. package/energy/energy.json +58 -0
  25. package/energy/index.json +13 -0
  26. package/engineering/engineering.json +58 -0
  27. package/engineering/index.json +13 -0
  28. package/environmental/environmental.json +58 -0
  29. package/environmental/index.json +13 -0
  30. package/facilities/facilities.json +58 -0
  31. package/facilities/index.json +13 -0
  32. package/finance/finance.json +58 -0
  33. package/finance/index.json +13 -0
  34. package/food_safety/food_safety.json +58 -0
  35. package/food_safety/index.json +13 -0
  36. package/github/github.json +58 -0
  37. package/github/index.json +13 -0
  38. package/government/government.json +58 -0
  39. package/government/index.json +13 -0
  40. package/healthcare/healthcare.json +58 -0
  41. package/healthcare/index.json +13 -0
  42. package/hospitality/hospitality.json +58 -0
  43. package/hospitality/index.json +13 -0
  44. package/hr/hr.json +58 -0
  45. package/hr/index.json +13 -0
  46. package/index.json +287 -0
  47. package/insurance/index.json +13 -0
  48. package/insurance/insurance.json +58 -0
  49. package/it_devops/index.json +13 -0
  50. package/it_devops/it_devops.json +58 -0
  51. package/knowledge_management/index.json +13 -0
  52. package/knowledge_management/knowledge_management.json +58 -0
  53. package/legal/index.json +13 -0
  54. package/legal/legal.json +58 -0
  55. package/logistics/index.json +13 -0
  56. package/logistics/logistics.json +58 -0
  57. package/manufacturing/index.json +13 -0
  58. package/manufacturing/manufacturing.json +58 -0
  59. package/media/index.json +13 -0
  60. package/media/media.json +58 -0
  61. package/nonprofit/index.json +13 -0
  62. package/nonprofit/nonprofit.json +58 -0
  63. package/operations/index.json +13 -0
  64. package/operations/operations.json +58 -0
  65. package/package.json +110 -0
  66. package/pharma/index.json +13 -0
  67. package/pharma/pharma.json +58 -0
  68. package/procurement/index.json +13 -0
  69. package/procurement/procurement.json +58 -0
  70. package/product_management/index.json +13 -0
  71. package/product_management/product_management.json +58 -0
  72. package/real_estate/index.json +13 -0
  73. package/real_estate/real_estate.json +58 -0
  74. package/research/index.json +13 -0
  75. package/research/research.json +58 -0
  76. package/retail/index.json +13 -0
  77. package/retail/retail.json +58 -0
  78. package/sales_marketing/index.json +13 -0
  79. package/sales_marketing/sales_marketing.json +58 -0
  80. package/telecom/index.json +13 -0
  81. package/telecom/telecom.json +58 -0
  82. package/training/index.json +13 -0
  83. package/training/training.json +58 -0
package/README.md ADDED
@@ -0,0 +1,173 @@
1
+ # @uplo1/schemas
2
+
3
+ 40 industry-specific extraction schemas from [UPLO](https://uplo.ai) — the organizational digital twin for AI.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @uplo1/schemas
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```javascript
14
+ // Import all schemas
15
+ import schemas from "@uplo1/schemas";
16
+
17
+ // Import by industry pack
18
+ import legalSchemas from "@uplo1/schemas/legal";
19
+ import healthcareSchemas from "@uplo1/schemas/healthcare";
20
+ ```
21
+
22
+ ## Packs (40)
23
+
24
+ ### Agriculture
25
+
26
+ - **Agriculture** (`@uplo1/schemas/agriculture`) — 1 schemas
27
+
28
+ ### Architecture & Design
29
+
30
+ - **Architecture** (`@uplo1/schemas/architecture`) — 1 schemas
31
+
32
+ ### Construction
33
+
34
+ - **Construction** (`@uplo1/schemas/construction`) — 1 schemas
35
+
36
+ ### Customer Success
37
+
38
+ - **Customer Success** (`@uplo1/schemas/customer_success`) — 1 schemas
39
+
40
+ ### Data & Analytics
41
+
42
+ - **Data Analytics** (`@uplo1/schemas/data_analytics`) — 1 schemas
43
+
44
+ ### Education
45
+
46
+ - **Education** (`@uplo1/schemas/education`) — 1 schemas
47
+
48
+ ### Energy & Utilities
49
+
50
+ - **Energy** (`@uplo1/schemas/energy`) — 1 schemas
51
+
52
+ ### Engineering & Technology
53
+
54
+ - **Engineering** (`@uplo1/schemas/engineering`) — 1 schemas
55
+
56
+ ### Environmental
57
+
58
+ - **Environmental** (`@uplo1/schemas/environmental`) — 1 schemas
59
+
60
+ ### Facilities Management
61
+
62
+ - **Facilities** (`@uplo1/schemas/facilities`) — 1 schemas
63
+
64
+ ### Finance & Banking
65
+
66
+ - **Accounting** (`@uplo1/schemas/accounting`) — 1 schemas
67
+ - **Banking** (`@uplo1/schemas/banking`) — 1 schemas
68
+ - **Finance** (`@uplo1/schemas/finance`) — 1 schemas
69
+ - **Insurance** (`@uplo1/schemas/insurance`) — 1 schemas
70
+
71
+ ### Food & Safety
72
+
73
+ - **Food Safety** (`@uplo1/schemas/food_safety`) — 1 schemas
74
+
75
+ ### Government & Public Sector
76
+
77
+ - **Defense** (`@uplo1/schemas/defense`) — 1 schemas
78
+ - **Government** (`@uplo1/schemas/government`) — 1 schemas
79
+
80
+ ### Healthcare & Life Sciences
81
+
82
+ - **Healthcare** (`@uplo1/schemas/healthcare`) — 1 schemas
83
+ - **Pharma** (`@uplo1/schemas/pharma`) — 1 schemas
84
+
85
+ ### Hospitality
86
+
87
+ - **Hospitality** (`@uplo1/schemas/hospitality`) — 1 schemas
88
+
89
+ ### Human Resources
90
+
91
+ - **Human Resources** (`@uplo1/schemas/hr`) — 1 schemas
92
+
93
+ ### IT & DevOps
94
+
95
+ - **Cybersecurity** (`@uplo1/schemas/cybersecurity`) — 1 schemas
96
+ - **IT & DevOps** (`@uplo1/schemas/it_devops`) — 1 schemas
97
+
98
+ ### Knowledge Management
99
+
100
+ - **Knowledge Management** (`@uplo1/schemas/knowledge_management`) — 1 schemas
101
+
102
+ ### Legal & Compliance
103
+
104
+ - **Legal** (`@uplo1/schemas/legal`) — 1 schemas
105
+
106
+ ### Logistics & Supply Chain
107
+
108
+ - **Logistics** (`@uplo1/schemas/logistics`) — 1 schemas
109
+
110
+ ### Manufacturing
111
+
112
+ - **Manufacturing** (`@uplo1/schemas/manufacturing`) — 1 schemas
113
+
114
+ ### Media & Entertainment
115
+
116
+ - **Media** (`@uplo1/schemas/media`) — 1 schemas
117
+
118
+ ### Nonprofit
119
+
120
+ - **Nonprofit** (`@uplo1/schemas/nonprofit`) — 1 schemas
121
+
122
+ ### Operations
123
+
124
+ - **Operations** (`@uplo1/schemas/operations`) — 1 schemas
125
+
126
+ ### Procurement
127
+
128
+ - **Procurement** (`@uplo1/schemas/procurement`) — 1 schemas
129
+
130
+ ### Product Management
131
+
132
+ - **Product Management** (`@uplo1/schemas/product_management`) — 1 schemas
133
+
134
+ ### Professional Services
135
+
136
+ - **Consulting** (`@uplo1/schemas/consulting`) — 1 schemas
137
+
138
+ ### Real Estate
139
+
140
+ - **Real Estate** (`@uplo1/schemas/real_estate`) — 1 schemas
141
+
142
+ ### Research & Academia
143
+
144
+ - **Research** (`@uplo1/schemas/research`) — 1 schemas
145
+
146
+ ### Retail
147
+
148
+ - **Retail** (`@uplo1/schemas/retail`) — 1 schemas
149
+
150
+ ### Sales & Marketing
151
+
152
+ - **Sales & Marketing** (`@uplo1/schemas/sales_marketing`) — 1 schemas
153
+
154
+ ### Software Development
155
+
156
+ - **GitHub** (`@uplo1/schemas/github`) — 1 schemas
157
+
158
+ ### Telecommunications
159
+
160
+ - **Telecom** (`@uplo1/schemas/telecom`) — 1 schemas
161
+
162
+ ### Training & Development
163
+
164
+ - **Training** (`@uplo1/schemas/training`) — 1 schemas
165
+
166
+
167
+ ## About UPLO
168
+
169
+ UPLO ingests documents (1,400+ formats), extracts structured knowledge using these schemas, builds an organizational digital twin, and exposes it via MCP server with GraphRAG search. [Learn more](https://uplo.ai)
170
+
171
+ ## License
172
+
173
+ MIT
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://uplo.ai/schemas/accounting/accounting.json",
4
+ "title": "Accounting",
5
+ "description": "Schemas for general ledger entries, reconciliations, tax workpapers, and engagement letters",
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string",
10
+ "format": "uuid",
11
+ "description": "Unique entry identifier"
12
+ },
13
+ "schema_id": {
14
+ "type": "string",
15
+ "const": "accounting",
16
+ "description": "Schema type identifier"
17
+ },
18
+ "title": {
19
+ "type": "string",
20
+ "description": "Entry title"
21
+ },
22
+ "extracted_data": {
23
+ "type": "object",
24
+ "description": "Structured data extracted by UPLO"
25
+ },
26
+ "source_id": {
27
+ "type": "string",
28
+ "format": "uuid",
29
+ "description": "Source document reference"
30
+ },
31
+ "confidence": {
32
+ "type": "number",
33
+ "minimum": 0,
34
+ "maximum": 1,
35
+ "description": "Extraction confidence score"
36
+ },
37
+ "status": {
38
+ "type": "string",
39
+ "enum": [
40
+ "unverified",
41
+ "verified",
42
+ "stale",
43
+ "rejected"
44
+ ]
45
+ },
46
+ "created_at": {
47
+ "type": "string",
48
+ "format": "date-time"
49
+ }
50
+ },
51
+ "required": [
52
+ "id",
53
+ "schema_id",
54
+ "title",
55
+ "extracted_data"
56
+ ],
57
+ "additionalProperties": true
58
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "pack": "accounting",
3
+ "displayName": "Accounting",
4
+ "category": "Finance & Banking",
5
+ "schemas": [
6
+ {
7
+ "id": "accounting",
8
+ "name": "Accounting",
9
+ "description": "Schemas for general ledger entries, reconciliations, tax workpapers, and engagement letters",
10
+ "file": "accounting.json"
11
+ }
12
+ ]
13
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://uplo.ai/schemas/agriculture/agriculture.json",
4
+ "title": "Agriculture",
5
+ "description": "Schemas for crop plans, field observations, harvest reports, and compliance logs",
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string",
10
+ "format": "uuid",
11
+ "description": "Unique entry identifier"
12
+ },
13
+ "schema_id": {
14
+ "type": "string",
15
+ "const": "agriculture",
16
+ "description": "Schema type identifier"
17
+ },
18
+ "title": {
19
+ "type": "string",
20
+ "description": "Entry title"
21
+ },
22
+ "extracted_data": {
23
+ "type": "object",
24
+ "description": "Structured data extracted by UPLO"
25
+ },
26
+ "source_id": {
27
+ "type": "string",
28
+ "format": "uuid",
29
+ "description": "Source document reference"
30
+ },
31
+ "confidence": {
32
+ "type": "number",
33
+ "minimum": 0,
34
+ "maximum": 1,
35
+ "description": "Extraction confidence score"
36
+ },
37
+ "status": {
38
+ "type": "string",
39
+ "enum": [
40
+ "unverified",
41
+ "verified",
42
+ "stale",
43
+ "rejected"
44
+ ]
45
+ },
46
+ "created_at": {
47
+ "type": "string",
48
+ "format": "date-time"
49
+ }
50
+ },
51
+ "required": [
52
+ "id",
53
+ "schema_id",
54
+ "title",
55
+ "extracted_data"
56
+ ],
57
+ "additionalProperties": true
58
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "pack": "agriculture",
3
+ "displayName": "Agriculture",
4
+ "category": "Agriculture",
5
+ "schemas": [
6
+ {
7
+ "id": "agriculture",
8
+ "name": "Agriculture",
9
+ "description": "Schemas for crop plans, field observations, harvest reports, and compliance logs",
10
+ "file": "agriculture.json"
11
+ }
12
+ ]
13
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://uplo.ai/schemas/architecture/architecture.json",
4
+ "title": "Architecture",
5
+ "description": "Schemas for design specs, material schedules, site plans, and code compliance",
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string",
10
+ "format": "uuid",
11
+ "description": "Unique entry identifier"
12
+ },
13
+ "schema_id": {
14
+ "type": "string",
15
+ "const": "architecture",
16
+ "description": "Schema type identifier"
17
+ },
18
+ "title": {
19
+ "type": "string",
20
+ "description": "Entry title"
21
+ },
22
+ "extracted_data": {
23
+ "type": "object",
24
+ "description": "Structured data extracted by UPLO"
25
+ },
26
+ "source_id": {
27
+ "type": "string",
28
+ "format": "uuid",
29
+ "description": "Source document reference"
30
+ },
31
+ "confidence": {
32
+ "type": "number",
33
+ "minimum": 0,
34
+ "maximum": 1,
35
+ "description": "Extraction confidence score"
36
+ },
37
+ "status": {
38
+ "type": "string",
39
+ "enum": [
40
+ "unverified",
41
+ "verified",
42
+ "stale",
43
+ "rejected"
44
+ ]
45
+ },
46
+ "created_at": {
47
+ "type": "string",
48
+ "format": "date-time"
49
+ }
50
+ },
51
+ "required": [
52
+ "id",
53
+ "schema_id",
54
+ "title",
55
+ "extracted_data"
56
+ ],
57
+ "additionalProperties": true
58
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "pack": "architecture",
3
+ "displayName": "Architecture",
4
+ "category": "Architecture & Design",
5
+ "schemas": [
6
+ {
7
+ "id": "architecture",
8
+ "name": "Architecture",
9
+ "description": "Schemas for design specs, material schedules, site plans, and code compliance",
10
+ "file": "architecture.json"
11
+ }
12
+ ]
13
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://uplo.ai/schemas/banking/banking.json",
4
+ "title": "Banking",
5
+ "description": "Schemas for loan applications, regulatory reports, KYC records, and transaction monitoring",
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string",
10
+ "format": "uuid",
11
+ "description": "Unique entry identifier"
12
+ },
13
+ "schema_id": {
14
+ "type": "string",
15
+ "const": "banking",
16
+ "description": "Schema type identifier"
17
+ },
18
+ "title": {
19
+ "type": "string",
20
+ "description": "Entry title"
21
+ },
22
+ "extracted_data": {
23
+ "type": "object",
24
+ "description": "Structured data extracted by UPLO"
25
+ },
26
+ "source_id": {
27
+ "type": "string",
28
+ "format": "uuid",
29
+ "description": "Source document reference"
30
+ },
31
+ "confidence": {
32
+ "type": "number",
33
+ "minimum": 0,
34
+ "maximum": 1,
35
+ "description": "Extraction confidence score"
36
+ },
37
+ "status": {
38
+ "type": "string",
39
+ "enum": [
40
+ "unverified",
41
+ "verified",
42
+ "stale",
43
+ "rejected"
44
+ ]
45
+ },
46
+ "created_at": {
47
+ "type": "string",
48
+ "format": "date-time"
49
+ }
50
+ },
51
+ "required": [
52
+ "id",
53
+ "schema_id",
54
+ "title",
55
+ "extracted_data"
56
+ ],
57
+ "additionalProperties": true
58
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "pack": "banking",
3
+ "displayName": "Banking",
4
+ "category": "Finance & Banking",
5
+ "schemas": [
6
+ {
7
+ "id": "banking",
8
+ "name": "Banking",
9
+ "description": "Schemas for loan applications, regulatory reports, KYC records, and transaction monitoring",
10
+ "file": "banking.json"
11
+ }
12
+ ]
13
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://uplo.ai/schemas/construction/construction.json",
4
+ "title": "Construction",
5
+ "description": "Schemas for site inspections, RFIs, submittals, and punch lists",
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string",
10
+ "format": "uuid",
11
+ "description": "Unique entry identifier"
12
+ },
13
+ "schema_id": {
14
+ "type": "string",
15
+ "const": "construction",
16
+ "description": "Schema type identifier"
17
+ },
18
+ "title": {
19
+ "type": "string",
20
+ "description": "Entry title"
21
+ },
22
+ "extracted_data": {
23
+ "type": "object",
24
+ "description": "Structured data extracted by UPLO"
25
+ },
26
+ "source_id": {
27
+ "type": "string",
28
+ "format": "uuid",
29
+ "description": "Source document reference"
30
+ },
31
+ "confidence": {
32
+ "type": "number",
33
+ "minimum": 0,
34
+ "maximum": 1,
35
+ "description": "Extraction confidence score"
36
+ },
37
+ "status": {
38
+ "type": "string",
39
+ "enum": [
40
+ "unverified",
41
+ "verified",
42
+ "stale",
43
+ "rejected"
44
+ ]
45
+ },
46
+ "created_at": {
47
+ "type": "string",
48
+ "format": "date-time"
49
+ }
50
+ },
51
+ "required": [
52
+ "id",
53
+ "schema_id",
54
+ "title",
55
+ "extracted_data"
56
+ ],
57
+ "additionalProperties": true
58
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "pack": "construction",
3
+ "displayName": "Construction",
4
+ "category": "Construction",
5
+ "schemas": [
6
+ {
7
+ "id": "construction",
8
+ "name": "Construction",
9
+ "description": "Schemas for site inspections, RFIs, submittals, and punch lists",
10
+ "file": "construction.json"
11
+ }
12
+ ]
13
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://uplo.ai/schemas/consulting/consulting.json",
4
+ "title": "Consulting",
5
+ "description": "Schemas for engagement proposals, deliverables, findings reports, and client assessments",
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string",
10
+ "format": "uuid",
11
+ "description": "Unique entry identifier"
12
+ },
13
+ "schema_id": {
14
+ "type": "string",
15
+ "const": "consulting",
16
+ "description": "Schema type identifier"
17
+ },
18
+ "title": {
19
+ "type": "string",
20
+ "description": "Entry title"
21
+ },
22
+ "extracted_data": {
23
+ "type": "object",
24
+ "description": "Structured data extracted by UPLO"
25
+ },
26
+ "source_id": {
27
+ "type": "string",
28
+ "format": "uuid",
29
+ "description": "Source document reference"
30
+ },
31
+ "confidence": {
32
+ "type": "number",
33
+ "minimum": 0,
34
+ "maximum": 1,
35
+ "description": "Extraction confidence score"
36
+ },
37
+ "status": {
38
+ "type": "string",
39
+ "enum": [
40
+ "unverified",
41
+ "verified",
42
+ "stale",
43
+ "rejected"
44
+ ]
45
+ },
46
+ "created_at": {
47
+ "type": "string",
48
+ "format": "date-time"
49
+ }
50
+ },
51
+ "required": [
52
+ "id",
53
+ "schema_id",
54
+ "title",
55
+ "extracted_data"
56
+ ],
57
+ "additionalProperties": true
58
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "pack": "consulting",
3
+ "displayName": "Consulting",
4
+ "category": "Professional Services",
5
+ "schemas": [
6
+ {
7
+ "id": "consulting",
8
+ "name": "Consulting",
9
+ "description": "Schemas for engagement proposals, deliverables, findings reports, and client assessments",
10
+ "file": "consulting.json"
11
+ }
12
+ ]
13
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://uplo.ai/schemas/customer_success/customer_success.json",
4
+ "title": "Customer Success",
5
+ "description": "Schemas for health scores, onboarding checklists, escalations, and renewal forecasts",
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string",
10
+ "format": "uuid",
11
+ "description": "Unique entry identifier"
12
+ },
13
+ "schema_id": {
14
+ "type": "string",
15
+ "const": "customer_success",
16
+ "description": "Schema type identifier"
17
+ },
18
+ "title": {
19
+ "type": "string",
20
+ "description": "Entry title"
21
+ },
22
+ "extracted_data": {
23
+ "type": "object",
24
+ "description": "Structured data extracted by UPLO"
25
+ },
26
+ "source_id": {
27
+ "type": "string",
28
+ "format": "uuid",
29
+ "description": "Source document reference"
30
+ },
31
+ "confidence": {
32
+ "type": "number",
33
+ "minimum": 0,
34
+ "maximum": 1,
35
+ "description": "Extraction confidence score"
36
+ },
37
+ "status": {
38
+ "type": "string",
39
+ "enum": [
40
+ "unverified",
41
+ "verified",
42
+ "stale",
43
+ "rejected"
44
+ ]
45
+ },
46
+ "created_at": {
47
+ "type": "string",
48
+ "format": "date-time"
49
+ }
50
+ },
51
+ "required": [
52
+ "id",
53
+ "schema_id",
54
+ "title",
55
+ "extracted_data"
56
+ ],
57
+ "additionalProperties": true
58
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "pack": "customer_success",
3
+ "displayName": "Customer Success",
4
+ "category": "Customer Success",
5
+ "schemas": [
6
+ {
7
+ "id": "customer_success",
8
+ "name": "Customer Success",
9
+ "description": "Schemas for health scores, onboarding checklists, escalations, and renewal forecasts",
10
+ "file": "customer_success.json"
11
+ }
12
+ ]
13
+ }