You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add concrete JSON schema definitions for WorkflowSpecificationConnectionType, WorkflowSpecificationNodeType, and ResourceNetworkConnectionType (#5)
* Add copy of v2.0.0 into v2.0.1 schema
* Add concrete JSON schema definitions for `WorkflowSpecificationConnectionType`, `WorkflowSpecificationNodeType`, and `ResourceNetworkConnectionType`
Previously, these schema definitions mistakenly referenced the `xxxTypeType` entity instead of defining their own structures. This MR introduces the correct definitions for these types and updates references accordingly.
* Add documentation post for v2.0.1
Change respository documentation to reference v2.0.1 instead of v2.0.0
Change copyright date to 2025
Adding a post for v2.0.1 to indicate the changes. Tidy up some of the repository to reference the latest version v2.0.1.
* Change indentation in workflow/main.yml
* Fix resolution of `WorkflowSpecificationConnectionType` and `WorkflowSpecificationNodeType` to their respective types
---------
Co-authored-by: Tom Hollingworth <[email protected]>
> A JSON Schema implementation of the ANSI/ISA-95 and ANSI/ISA-88 standards.
7
+
8
+
An JSON implementation of the ANSI/ISA-95, Enterprise-Control System Integration, family of standards (ISA-95), known internationally as IEC/ISO 62264. B2MML consists of a set of JSON schemas written using the JSON Schema's Schema language (2020) that implement the data models in the ISA-95 standard.
9
+
10
+
This JSON schema can be used for design for syncrhonous and asynchronous APIs.
11
+
12
+
Based on the works of https://github.com/MESAInternational/B2MML-BatchML.
- Add concrete JSON schema definitions for `WorkflowSpecificationConnectionType`, `WorkflowSpecificationNodeType`, and `ResourceNetworkConnectionType`
69
+
70
+
Previously, these schema definitions mistakenly referenced the `xxxTypeType` entity instead of defining their own structures. This MR introduces the correct definitions for these types and updates references accordingly.
71
+
72
+
## Object Schema File Table
73
+
74
+
Use the search functionality of your browser to find an object of interet.
0 commit comments