Skip to content

Commit 8f82bb1

Browse files
author
David Schultz
committed
Resolve Issue #8. Fixed ParameterType
1 parent 1ec8baa commit 8f82bb1

File tree

1 file changed

+47
-12
lines changed

1 file changed

+47
-12
lines changed

schemas/v2.0.0.common.schema.json

Lines changed: 47 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4031,7 +4031,42 @@
40314031
}
40324032
},
40334033
"ParameterType": {
4034-
"$ref": "v2.0.0.batchInformation.schema.json#/$defs/ParameterTypeType"
4034+
"ID": {
4035+
"$ref": "v2.0.0.coreComponents.schema.json#/$defs/IdentifierType"
4036+
},
4037+
"Value": {
4038+
"type": "array",
4039+
"items": {
4040+
"$ref": "#/$defs/ValueType"
4041+
}
4042+
},
4043+
"Description": {
4044+
"type": "array",
4045+
"items": {
4046+
"$ref": "#/$defs/DescriptionType"
4047+
}
4048+
},
4049+
"HierarchyScope": {
4050+
"$ref": "#/$defs/HierarchyScopeType"
4051+
},
4052+
"ParameterChild": {
4053+
"type": "array",
4054+
"items": {
4055+
"$ref": "#/$defs/ParameterType"
4056+
}
4057+
},
4058+
"ParameterSpecificationID": {
4059+
"type": "array",
4060+
"items": {
4061+
"$ref": "v2.0.0.coreComponents.schema.json#/$defs/IdentifierType"
4062+
}
4063+
},
4064+
"ProcessSegmentParameterID": {
4065+
"type": "array",
4066+
"items": {
4067+
"$ref": "v2.0.0.coreComponents.schema.json#/$defs/IdentifierType"
4068+
}
4069+
}
40354070
},
40364071
"PersonNameType": {
40374072
"type": [
@@ -6155,15 +6190,15 @@
61556190
"$ref": "v2.0.0.dataType.schema.json#/$defs/string"
61566191
}
61576192
}
6158-
}
6159-
},
6160-
"type": "object",
6161-
"title": "Rhize ISA-95/ISA-88 JSON Schema - Common Definitions",
6162-
"description": "Copyright 2024, Libre Technologies Inc., Version v2.0.0\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.",
6163-
"allOf": [
6164-
{
6165-
"$ref": "./v2.0.0.extensions.schema.json#"
6166-
}
6167-
],
6168-
"unevaluatedProperties": false
6193+
},
6194+
"type": "object",
6195+
"title": "Rhize ISA-95/ISA-88 JSON Schema - Common Definitions",
6196+
"description": "Copyright 2024, Libre Technologies Inc., Version v2.0.0\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.",
6197+
"allOf": [
6198+
{
6199+
"$ref": "./v2.0.0.extensions.schema.json#"
6200+
}
6201+
],
6202+
"unevaluatedProperties": false
6203+
}
61696204
}

0 commit comments

Comments
 (0)