Skip to content

Commit 2343ea7

Browse files
#14 Add Process General Recipe and Process General Recipe Type to General Recipe
Add Process General Recipe and Process General Recipe Type to General Recipe
2 parents 67e85c2 + 2113bab commit 2343ea7

38 files changed

+56043
-0
lines changed

schemas/v2.0.3.batchInformation.schema.json

Lines changed: 3917 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"$id": "v2.0.3.batchInformationExtensions.schema.json",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
4+
"$defs": {
5+
"ApprovalHistoryType": {
6+
"type": "object"
7+
},
8+
"BatchEquipmentIDType": {
9+
"type": "object"
10+
},
11+
"BatchEquipmentRequirementType": {
12+
"type": "object"
13+
},
14+
"BatchInformationType": {
15+
"type": "object"
16+
},
17+
"BatchListType": {
18+
"type": "object"
19+
},
20+
"BatchSizeType": {
21+
"type": "object"
22+
},
23+
"ClassInstanceAssociationType": {
24+
"type": "object"
25+
},
26+
"ConstraintType": {
27+
"type": "object"
28+
},
29+
"ControlRecipeType": {
30+
"type": "object"
31+
},
32+
"EnumerationSetType": {
33+
"type": "object"
34+
},
35+
"EnumerationType": {
36+
"type": "object"
37+
},
38+
"EquipmentConnectionType": {
39+
"type": "object"
40+
},
41+
"EquipmentElementPropertyType": {
42+
"type": "object"
43+
},
44+
"EquipmentProceduralElementClassType": {
45+
"type": "object"
46+
},
47+
"FormulaType": {
48+
"type": "object"
49+
},
50+
"FromIDType": {
51+
"type": "object"
52+
},
53+
"HeaderType": {
54+
"type": "object"
55+
},
56+
"IndividualApprovalType": {
57+
"type": "object"
58+
},
59+
"ListHeaderType": {
60+
"type": "object"
61+
},
62+
"MasterRecipeType": {
63+
"type": "object"
64+
},
65+
"ModificationLogType": {
66+
"type": "object"
67+
},
68+
"OtherInformationType": {
69+
"type": "object"
70+
},
71+
"ProcedureLogicType": {
72+
"type": "object"
73+
},
74+
"RecipeBuildingBlockType": {
75+
"type": "object"
76+
},
77+
"StepType": {
78+
"type": "object"
79+
},
80+
"ToIDType": {
81+
"type": "object"
82+
},
83+
"TransitionType": {
84+
"type": "object"
85+
}
86+
},
87+
"type": "object",
88+
"title": "Rhize ISA-95/ISA-88 JSON Schema - Batch Information Extensions Definitions",
89+
"description": "Copyright 2025, Libre Technologies Inc., Version v2.0.3\nAll Rights Reserved. http://www.rhize.com\nBased upon the ANSI/ISA-95.00.02-2018 Enterprise-Control System Integration Part 2: Object Model Attributes Standard and the ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration Part 5: Business to Manufacturing Transactions.\nThe Business To Manufacturing Markup Language-JSON (B2MML-JSON) is used courtesy of MESA International.",
90+
"allOf": [
91+
{
92+
"$ref": "./v2.0.3.extensions.schema.json#"
93+
}
94+
],
95+
"unevaluatedProperties": false
96+
}

0 commit comments

Comments
 (0)