Skip to content

Commit 5560f46

Browse files
Merge pull request #9 from dschultz512/david
### Fix - Fix `ParameterType` in common schema for Work Schedule Job Order Parameter (#8)
2 parents 1ec8baa + 719b70f commit 5560f46

39 files changed

+55990
-11
lines changed

schemas/v2.0.0.common.schema.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6155,15 +6155,15 @@
61556155
"$ref": "v2.0.0.dataType.schema.json#/$defs/string"
61566156
}
61576157
}
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
6158+
},
6159+
"type": "object",
6160+
"title": "Rhize ISA-95/ISA-88 JSON Schema - Common Definitions",
6161+
"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.",
6162+
"allOf": [
6163+
{
6164+
"$ref": "./v2.0.0.extensions.schema.json#"
6165+
}
6166+
],
6167+
"unevaluatedProperties": false
6168+
}
61696169
}

0 commit comments

Comments
 (0)