@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.
- package/README.md +173 -0
- package/accounting/accounting.json +58 -0
- package/accounting/index.json +13 -0
- package/agriculture/agriculture.json +58 -0
- package/agriculture/index.json +13 -0
- package/architecture/architecture.json +58 -0
- package/architecture/index.json +13 -0
- package/banking/banking.json +58 -0
- package/banking/index.json +13 -0
- package/construction/construction.json +58 -0
- package/construction/index.json +13 -0
- package/consulting/consulting.json +58 -0
- package/consulting/index.json +13 -0
- package/customer_success/customer_success.json +58 -0
- package/customer_success/index.json +13 -0
- package/cybersecurity/cybersecurity.json +58 -0
- package/cybersecurity/index.json +13 -0
- package/data_analytics/data_analytics.json +58 -0
- package/data_analytics/index.json +13 -0
- package/defense/defense.json +58 -0
- package/defense/index.json +13 -0
- package/education/education.json +58 -0
- package/education/index.json +13 -0
- package/energy/energy.json +58 -0
- package/energy/index.json +13 -0
- package/engineering/engineering.json +58 -0
- package/engineering/index.json +13 -0
- package/environmental/environmental.json +58 -0
- package/environmental/index.json +13 -0
- package/facilities/facilities.json +58 -0
- package/facilities/index.json +13 -0
- package/finance/finance.json +58 -0
- package/finance/index.json +13 -0
- package/food_safety/food_safety.json +58 -0
- package/food_safety/index.json +13 -0
- package/github/github.json +58 -0
- package/github/index.json +13 -0
- package/government/government.json +58 -0
- package/government/index.json +13 -0
- package/healthcare/healthcare.json +58 -0
- package/healthcare/index.json +13 -0
- package/hospitality/hospitality.json +58 -0
- package/hospitality/index.json +13 -0
- package/hr/hr.json +58 -0
- package/hr/index.json +13 -0
- package/index.json +287 -0
- package/insurance/index.json +13 -0
- package/insurance/insurance.json +58 -0
- package/it_devops/index.json +13 -0
- package/it_devops/it_devops.json +58 -0
- package/knowledge_management/index.json +13 -0
- package/knowledge_management/knowledge_management.json +58 -0
- package/legal/index.json +13 -0
- package/legal/legal.json +58 -0
- package/logistics/index.json +13 -0
- package/logistics/logistics.json +58 -0
- package/manufacturing/index.json +13 -0
- package/manufacturing/manufacturing.json +58 -0
- package/media/index.json +13 -0
- package/media/media.json +58 -0
- package/nonprofit/index.json +13 -0
- package/nonprofit/nonprofit.json +58 -0
- package/operations/index.json +13 -0
- package/operations/operations.json +58 -0
- package/package.json +110 -0
- package/pharma/index.json +13 -0
- package/pharma/pharma.json +58 -0
- package/procurement/index.json +13 -0
- package/procurement/procurement.json +58 -0
- package/product_management/index.json +13 -0
- package/product_management/product_management.json +58 -0
- package/real_estate/index.json +13 -0
- package/real_estate/real_estate.json +58 -0
- package/research/index.json +13 -0
- package/research/research.json +58 -0
- package/retail/index.json +13 -0
- package/retail/retail.json +58 -0
- package/sales_marketing/index.json +13 -0
- package/sales_marketing/sales_marketing.json +58 -0
- package/telecom/index.json +13 -0
- package/telecom/telecom.json +58 -0
- package/training/index.json +13 -0
- package/training/training.json +58 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pack": "research",
|
|
3
|
+
"displayName": "Research",
|
|
4
|
+
"category": "Research & Academia",
|
|
5
|
+
"schemas": [
|
|
6
|
+
{
|
|
7
|
+
"id": "research",
|
|
8
|
+
"name": "Research",
|
|
9
|
+
"description": "Schemas for experiments, datasets, publications, and peer reviews",
|
|
10
|
+
"file": "research.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/research/research.json",
|
|
4
|
+
"title": "Research",
|
|
5
|
+
"description": "Schemas for experiments, datasets, publications, and peer reviews",
|
|
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": "research",
|
|
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": "retail",
|
|
3
|
+
"displayName": "Retail",
|
|
4
|
+
"category": "Retail",
|
|
5
|
+
"schemas": [
|
|
6
|
+
{
|
|
7
|
+
"id": "retail",
|
|
8
|
+
"name": "Retail",
|
|
9
|
+
"description": "Schemas for product catalogs, inventory snapshots, promotions, and store performance",
|
|
10
|
+
"file": "retail.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/retail/retail.json",
|
|
4
|
+
"title": "Retail",
|
|
5
|
+
"description": "Schemas for product catalogs, inventory snapshots, promotions, and store performance",
|
|
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": "retail",
|
|
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": "sales_marketing",
|
|
3
|
+
"displayName": "Sales & Marketing",
|
|
4
|
+
"category": "Sales & Marketing",
|
|
5
|
+
"schemas": [
|
|
6
|
+
{
|
|
7
|
+
"id": "sales_marketing",
|
|
8
|
+
"name": "Sales & Marketing",
|
|
9
|
+
"description": "Schemas for proposals, case studies, brand guidelines, and campaigns",
|
|
10
|
+
"file": "sales_marketing.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/sales_marketing/sales_marketing.json",
|
|
4
|
+
"title": "Sales & Marketing",
|
|
5
|
+
"description": "Schemas for proposals, case studies, brand guidelines, and campaigns",
|
|
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": "sales_marketing",
|
|
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": "telecom",
|
|
3
|
+
"displayName": "Telecom",
|
|
4
|
+
"category": "Telecommunications",
|
|
5
|
+
"schemas": [
|
|
6
|
+
{
|
|
7
|
+
"id": "telecom",
|
|
8
|
+
"name": "Telecom",
|
|
9
|
+
"description": "Schemas for service agreements, network incidents, capacity plans, and subscriber reports",
|
|
10
|
+
"file": "telecom.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/telecom/telecom.json",
|
|
4
|
+
"title": "Telecom",
|
|
5
|
+
"description": "Schemas for service agreements, network incidents, capacity plans, and subscriber reports",
|
|
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": "telecom",
|
|
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": "training",
|
|
3
|
+
"displayName": "Training",
|
|
4
|
+
"category": "Training & Development",
|
|
5
|
+
"schemas": [
|
|
6
|
+
{
|
|
7
|
+
"id": "training",
|
|
8
|
+
"name": "Training",
|
|
9
|
+
"description": "Schemas for training programs, competency matrices, assessments, and certification tracking",
|
|
10
|
+
"file": "training.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/training/training.json",
|
|
4
|
+
"title": "Training",
|
|
5
|
+
"description": "Schemas for training programs, competency matrices, assessments, and certification tracking",
|
|
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": "training",
|
|
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
|
+
}
|