Rhize ISA-95/ISA-88 JSON Schema

Version 2.0.1

A JSON Schema implementation of the ANSI/ISA-95 and ANSI/ISA-88 standards.

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.

This JSON schema can be used for design for syncrhonous and asynchronous APIs.

Based on the works of https://github.com/MESAInternational/B2MML-BatchML.

Abbreviations

Acronynm Description
ANSI American National Standards Institute
API Application Programming Interface
B2MML Business to (2) Manufacturing Markup Language
BatchML Batch Markup Language
BOD Business Object Document
ISA International Society of Automation
IEC International Electrotechnical Commission
JSON JavaScipt Object Notation
XML eXensible Markup Language
XSD eXtensible markup language Schema Definition

Quick start

Start out by importing the schema and using it in your JSON documents. As an example:

"$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json"

Here is an example using the JSON schema in a ProcessEquipment message.

{
    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",
    "ProcessEquipment": {
        "@releaseID": "1",
        "ApplicationArea": {
            "CreationDateTime": "2021-01-01T00:00:00Z",
            "Sender": {
                "LogicalID": "Rhize Manufacutring Data Hub"
            }
        },
        "DataArea": {
            "Process": {},
            "Equipment": [
                {
                    "ID": "Acme Inc.",
                    "Description": [
                        "Acme Inc. Manufacturing Line 1"
                    ],
                    "EquipmentLevel": "Enterprise"
                }
            ]
        }
    }
}

Updates in 2.0.1

  • 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.

Object Schema File Table

Use the search functionality of your browser to find an object of interet.

ObjectSchema FileSnippet
AcknowledgeBatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "AcknowledgeBatchProductionRecord": { }}
AcknowledgeEquipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "AcknowledgeEquipment": { }}
AcknowledgeEquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "AcknowledgeEquipmentClass": { }}
AcknowledgeEquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "AcknowledgeEquipmentInformation": { }}
AcknowledgeErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "AcknowledgeErrorMessage": { }}
AcknowledgeGeneralRecipeInformation v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "AcknowledgeGeneralRecipeInformation": { }}
AcknowledgeJobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "AcknowledgeJobList": { }}
AcknowledgeJobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "AcknowledgeJobResponse": { }}
AcknowledgeJobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "AcknowledgeJobResponseList": { }}
AcknowledgeMaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "AcknowledgeMaterialClass": { }}
AcknowledgeMaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "AcknowledgeMaterialDefinition": { }}
AcknowledgeMaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "AcknowledgeMaterialInformation": { }}
AcknowledgeMaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "AcknowledgeMaterialLot": { }}
AcknowledgeMaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "AcknowledgeMaterialSubLot": { }}
AcknowledgeOperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "AcknowledgeOperationalLocation": { }}
AcknowledgeOperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "AcknowledgeOperationalLocationClass": { }}
AcknowledgeOperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "AcknowledgeOperationalLocationInformation": { }}
AcknowledgeOperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "AcknowledgeOperationsCapability": { }}
AcknowledgeOperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "AcknowledgeOperationsCapabilityInformation": { }}
AcknowledgeOperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "AcknowledgeOperationsDefinition": { }}
AcknowledgeOperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "AcknowledgeOperationsDefinitionInformation": { }}
AcknowledgeOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "AcknowledgeOperationsEventClass": { }}
AcknowledgeOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "AcknowledgeOperationsEventDefinition": { }}
AcknowledgeOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "AcknowledgeOperationsEventInformation": { }}
AcknowledgeOperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "AcknowledgeOperationsMaterialBill": { }}
AcknowledgeOperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "AcknowledgeOperationsPerformance": { }}
AcknowledgeOperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "AcknowledgeOperationsSchedule": { }}
AcknowledgeOperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "AcknowledgeOperationsTestInformation": { }}
AcknowledgePerson v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "AcknowledgePerson": { }}
AcknowledgePersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "AcknowledgePersonnelClass": { }}
AcknowledgePersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "AcknowledgePersonnelInformation": { }}
AcknowledgePhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "AcknowledgePhysicalAsset": { }}
AcknowledgePhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "AcknowledgePhysicalAssetClass": { }}
AcknowledgePhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "AcknowledgePhysicalAssetInformation": { }}
AcknowledgeProcessElementLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "AcknowledgeProcessElementLibrary": { }}
AcknowledgeProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "AcknowledgeProcessSegment": { }}
AcknowledgeProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "AcknowledgeProcessSegmentInformation": { }}
AcknowledgeResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "AcknowledgeResourceConstraintLibrary": { }}
AcknowledgeResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "AcknowledgeResourceNetworkConnectionType": { }}
AcknowledgeResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "AcknowledgeResourceRelationshipNetwork": { }}
AcknowledgeResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "AcknowledgeResourceRelationshipNetworkInformation": { }}
AcknowledgeTestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "AcknowledgeTestResult": { }}
AcknowledgeTestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "AcknowledgeTestSpecification": { }}
AcknowledgeWorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "AcknowledgeWorkAlert": { }}
AcknowledgeWorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "AcknowledgeWorkAlertDefinition": { }}
AcknowledgeWorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "AcknowledgeWorkAlertInformation": { }}
AcknowledgeWorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "AcknowledgeWorkCalendar": { }}
AcknowledgeWorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "AcknowledgeWorkCalendarDefinition": { }}
AcknowledgeWorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "AcknowledgeWorkCalendarInformation": { }}
AcknowledgeWorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "AcknowledgeWorkCapability": { }}
AcknowledgeWorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "AcknowledgeWorkCapabilityInformation": { }}
AcknowledgeWorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "AcknowledgeWorkDefinitionInformation": { }}
AcknowledgeWorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "AcknowledgeWorkDirective": { }}
AcknowledgeWorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "AcknowledgeWorkMaster": { }}
AcknowledgeWorkMasterCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "AcknowledgeWorkMasterCapability": { }}
AcknowledgeWorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "AcknowledgeWorkPerformance": { }}
AcknowledgeWorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "AcknowledgeWorkRecord": { }}
AcknowledgeWorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "AcknowledgeWorkRecordSpecification": { }}
AcknowledgeWorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "AcknowledgeWorkResponse": { }}
AcknowledgeWorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "AcknowledgeWorkSchedule": { }}
AcknowledgeWorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "AcknowledgeWorkflowSpecification": { }}
AcknowledgeWorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "AcknowledgeWorkflowSpecificationConnectionType": { }}
AcknowledgeWorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "AcknowledgeWorkflowSpecificationInformation": { }}
AcknowledgeWorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "AcknowledgeWorkflowSpecificationNodeType": { }}
BatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "BatchProductionRecord": { }}
CancelBatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "CancelBatchProductionRecord": { }}
CancelEquipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "CancelEquipment": { }}
CancelEquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "CancelEquipmentClass": { }}
CancelEquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "CancelEquipmentInformation": { }}
CancelErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "CancelErrorMessage": { }}
CancelGeneralRecipeInformation v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "CancelGeneralRecipeInformation": { }}
CancelJobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "CancelJobList": { }}
CancelJobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "CancelJobResponse": { }}
CancelJobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "CancelJobResponseList": { }}
CancelMaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "CancelMaterialClass": { }}
CancelMaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "CancelMaterialDefinition": { }}
CancelMaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "CancelMaterialInformation": { }}
CancelMaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "CancelMaterialLot": { }}
CancelMaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "CancelMaterialSubLot": { }}
CancelOperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "CancelOperationalLocation": { }}
CancelOperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "CancelOperationalLocationClass": { }}
CancelOperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "CancelOperationalLocationInformation": { }}
CancelOperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "CancelOperationsCapability": { }}
CancelOperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "CancelOperationsCapabilityInformation": { }}
CancelOperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "CancelOperationsDefinition": { }}
CancelOperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "CancelOperationsDefinitionInformation": { }}
CancelOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "CancelOperationsEventClass": { }}
CancelOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "CancelOperationsEventDefinition": { }}
CancelOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "CancelOperationsEventInformation": { }}
CancelOperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "CancelOperationsMaterialBill": { }}
CancelOperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "CancelOperationsPerformance": { }}
CancelOperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "CancelOperationsSchedule": { }}
CancelOperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "CancelOperationsTestInformation": { }}
CancelPerson v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "CancelPerson": { }}
CancelPersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "CancelPersonnelClass": { }}
CancelPersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "CancelPersonnelInformation": { }}
CancelPhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "CancelPhysicalAsset": { }}
CancelPhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "CancelPhysicalAssetClass": { }}
CancelPhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "CancelPhysicalAssetInformation": { }}
CancelProcessElementLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "CancelProcessElementLibrary": { }}
CancelProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "CancelProcessSegment": { }}
CancelProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "CancelProcessSegmentInformation": { }}
CancelResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "CancelResourceConstraintLibrary": { }}
CancelResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "CancelResourceNetworkConnectionType": { }}
CancelResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "CancelResourceRelationshipNetwork": { }}
CancelResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "CancelResourceRelationshipNetworkInformation": { }}
CancelTestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "CancelTestResult": { }}
CancelTestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "CancelTestSpecification": { }}
CancelWorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "CancelWorkAlert": { }}
CancelWorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "CancelWorkAlertDefinition": { }}
CancelWorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "CancelWorkAlertInformation": { }}
CancelWorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "CancelWorkCalendar": { }}
CancelWorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "CancelWorkCalendarDefinition": { }}
CancelWorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "CancelWorkCalendarInformation": { }}
CancelWorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "CancelWorkCapability": { }}
CancelWorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "CancelWorkCapabilityInformation": { }}
CancelWorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "CancelWorkDefinitionInformation": { }}
CancelWorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "CancelWorkDirective": { }}
CancelWorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "CancelWorkMaster": { }}
CancelWorkMasterCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "CancelWorkMasterCapability": { }}
CancelWorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "CancelWorkPerformance": { }}
CancelWorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "CancelWorkRecord": { }}
CancelWorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "CancelWorkRecordSpecification": { }}
CancelWorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "CancelWorkResponse": { }}
CancelWorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "CancelWorkSchedule": { }}
CancelWorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "CancelWorkflowSpecification": { }}
CancelWorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "CancelWorkflowSpecificationConnectionType": { }}
CancelWorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "CancelWorkflowSpecificationInformation": { }}
CancelWorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "CancelWorkflowSpecificationNodeType": { }}
ChangeBatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "ChangeBatchProductionRecord": { }}
ChangeEquipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ChangeEquipment": { }}
ChangeEquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ChangeEquipmentClass": { }}
ChangeEquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ChangeEquipmentInformation": { }}
ChangeErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "ChangeErrorMessage": { }}
ChangeGeneralRecipeInformation v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ChangeGeneralRecipeInformation": { }}
ChangeJobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "ChangeJobList": { }}
ChangeJobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ChangeJobResponse": { }}
ChangeJobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ChangeJobResponseList": { }}
ChangeMaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ChangeMaterialClass": { }}
ChangeMaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ChangeMaterialDefinition": { }}
ChangeMaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ChangeMaterialInformation": { }}
ChangeMaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ChangeMaterialLot": { }}
ChangeMaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ChangeMaterialSubLot": { }}
ChangeOperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ChangeOperationalLocation": { }}
ChangeOperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ChangeOperationalLocationClass": { }}
ChangeOperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ChangeOperationalLocationInformation": { }}
ChangeOperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "ChangeOperationsCapability": { }}
ChangeOperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "ChangeOperationsCapabilityInformation": { }}
ChangeOperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ChangeOperationsDefinition": { }}
ChangeOperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ChangeOperationsDefinitionInformation": { }}
ChangeOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ChangeOperationsEventClass": { }}
ChangeOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ChangeOperationsEventDefinition": { }}
ChangeOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ChangeOperationsEventInformation": { }}
ChangeOperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ChangeOperationsMaterialBill": { }}
ChangeOperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "ChangeOperationsPerformance": { }}
ChangeOperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "ChangeOperationsSchedule": { }}
ChangeOperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ChangeOperationsTestInformation": { }}
ChangePerson v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ChangePerson": { }}
ChangePersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ChangePersonnelClass": { }}
ChangePersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ChangePersonnelInformation": { }}
ChangePhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ChangePhysicalAsset": { }}
ChangePhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ChangePhysicalAssetClass": { }}
ChangePhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ChangePhysicalAssetInformation": { }}
ChangeProcessElementLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ChangeProcessElementLibrary": { }}
ChangeProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "ChangeProcessSegment": { }}
ChangeProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "ChangeProcessSegmentInformation": { }}
ChangeResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ChangeResourceConstraintLibrary": { }}
ChangeResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ChangeResourceNetworkConnectionType": { }}
ChangeResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ChangeResourceRelationshipNetwork": { }}
ChangeResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ChangeResourceRelationshipNetworkInformation": { }}
ChangeTestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ChangeTestResult": { }}
ChangeTestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ChangeTestSpecification": { }}
ChangeWorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ChangeWorkAlert": { }}
ChangeWorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ChangeWorkAlertDefinition": { }}
ChangeWorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ChangeWorkAlertInformation": { }}
ChangeWorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ChangeWorkCalendar": { }}
ChangeWorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ChangeWorkCalendarDefinition": { }}
ChangeWorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ChangeWorkCalendarInformation": { }}
ChangeWorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ChangeWorkCapability": { }}
ChangeWorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ChangeWorkCapabilityInformation": { }}
ChangeWorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ChangeWorkDefinitionInformation": { }}
ChangeWorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ChangeWorkDirective": { }}
ChangeWorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ChangeWorkMaster": { }}
ChangeWorkMasterCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ChangeWorkMasterCapability": { }}
ChangeWorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ChangeWorkPerformance": { }}
ChangeWorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "ChangeWorkRecord": { }}
ChangeWorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "ChangeWorkRecordSpecification": { }}
ChangeWorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ChangeWorkResponse": { }}
ChangeWorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "ChangeWorkSchedule": { }}
ChangeWorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ChangeWorkflowSpecification": { }}
ChangeWorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ChangeWorkflowSpecificationConnectionType": { }}
ChangeWorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ChangeWorkflowSpecificationInformation": { }}
ChangeWorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ChangeWorkflowSpecificationNodeType": { }}
Equipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "Equipment": { }}
EquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "EquipmentClass": { }}
EquipmentConnection v2.0.1.batchInformation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchInformation.schema.json",    "EquipmentConnection": { }}
EquipmentElement v2.0.1.batchInformation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchInformation.schema.json",    "EquipmentElement": { }}
EquipmentElementLevel v2.0.1.batchInformation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchInformation.schema.json",    "EquipmentElementLevel": { }}
EquipmentElementType v2.0.1.batchInformation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchInformation.schema.json",    "EquipmentElementType": { }}
EquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "EquipmentInformation": { }}
EquipmentProceduralElement v2.0.1.batchInformation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchInformation.schema.json",    "EquipmentProceduralElement": { }}
EquipmentProceduralElementClass v2.0.1.batchInformation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchInformation.schema.json",    "EquipmentProceduralElementClass": { }}
EquipmentProceduralElementType v2.0.1.batchInformation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchInformation.schema.json",    "EquipmentProceduralElementType": { }}
EquipmentRequirement v2.0.1.batchInformation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchInformation.schema.json",    "EquipmentRequirement": { }}
ErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "ErrorMessage": { }}
GeneralRecipeInformation v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "GeneralRecipeInformation": { }}
GetBatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "GetBatchProductionRecord": { }}
GetEquipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "GetEquipment": { }}
GetEquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "GetEquipmentClass": { }}
GetEquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "GetEquipmentInformation": { }}
GetErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "GetErrorMessage": { }}
GetGeneralRecipeInformation v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "GetGeneralRecipeInformation": { }}
GetJobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "GetJobList": { }}
GetJobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "GetJobResponse": { }}
GetJobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "GetJobResponseList": { }}
GetMaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "GetMaterialClass": { }}
GetMaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "GetMaterialDefinition": { }}
GetMaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "GetMaterialInformation": { }}
GetMaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "GetMaterialLot": { }}
GetMaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "GetMaterialSubLot": { }}
GetOperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "GetOperationalLocation": { }}
GetOperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "GetOperationalLocationClass": { }}
GetOperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "GetOperationalLocationInformation": { }}
GetOperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "GetOperationsCapability": { }}
GetOperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "GetOperationsCapabilityInformation": { }}
GetOperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "GetOperationsDefinition": { }}
GetOperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "GetOperationsDefinitionInformation": { }}
GetOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "GetOperationsEventClass": { }}
GetOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "GetOperationsEventDefinition": { }}
GetOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "GetOperationsEventInformation": { }}
GetOperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "GetOperationsMaterialBill": { }}
GetOperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "GetOperationsPerformance": { }}
GetOperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "GetOperationsSchedule": { }}
GetOperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "GetOperationsTestInformation": { }}
GetPerson v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "GetPerson": { }}
GetPersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "GetPersonnelClass": { }}
GetPersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "GetPersonnelInformation": { }}
GetPhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "GetPhysicalAsset": { }}
GetPhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "GetPhysicalAssetClass": { }}
GetPhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "GetPhysicalAssetInformation": { }}
GetProcessElementLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "GetProcessElementLibrary": { }}
GetProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "GetProcessSegment": { }}
GetProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "GetProcessSegmentInformation": { }}
GetResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "GetResourceConstraintLibrary": { }}
GetResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "GetResourceNetworkConnectionType": { }}
GetResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "GetResourceRelationshipNetwork": { }}
GetResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "GetResourceRelationshipNetworkInformation": { }}
GetTestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "GetTestResult": { }}
GetTestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "GetTestSpecification": { }}
GetTransactionProfile v2.0.1.transactionProfile.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.transactionProfile.schema.json",    "GetTransactionProfile": { }}
GetWorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "GetWorkAlert": { }}
GetWorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "GetWorkAlertDefinition": { }}
GetWorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "GetWorkAlertInformation": { }}
GetWorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "GetWorkCalendar": { }}
GetWorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "GetWorkCalendarDefinition": { }}
GetWorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "GetWorkCalendarInformation": { }}
GetWorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "GetWorkCapability": { }}
GetWorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "GetWorkCapabilityInformation": { }}
GetWorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "GetWorkDefinitionInformation": { }}
GetWorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "GetWorkDirective": { }}
GetWorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "GetWorkMaster": { }}
GetWorkMasterCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "GetWorkMasterCapability": { }}
GetWorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "GetWorkPerformance": { }}
GetWorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "GetWorkRecord": { }}
GetWorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "GetWorkRecordSpecification": { }}
GetWorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "GetWorkResponse": { }}
GetWorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "GetWorkSchedule": { }}
GetWorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "GetWorkflowSpecification": { }}
GetWorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "GetWorkflowSpecificationConnectionType": { }}
GetWorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "GetWorkflowSpecificationInformation": { }}
GetWorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "GetWorkflowSpecificationNodeType": { }}
JobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "JobList": { }}
JobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "JobResponse": { }}
JobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "JobResponseList": { }}
MaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "MaterialClass": { }}
MaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "MaterialDefinition": { }}
MaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "MaterialInformation": { }}
MaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "MaterialLot": { }}
MaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "MaterialSubLot": { }}
NotifyOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "NotifyOperationsEventClass": { }}
NotifyOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "NotifyOperationsEventDefinition": { }}
NotifyOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "NotifyOperationsEventInformation": { }}
NotifyWorkSchedule v2.0.1.extensions.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.extensions.schema.json",    "NotifyWorkSchedule": { }}
OperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "OperationalLocation": { }}
OperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "OperationalLocationClass": { }}
OperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "OperationalLocationInformation": { }}
OperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "OperationsCapability": { }}
OperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "OperationsCapabilityInformation": { }}
OperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "OperationsDefinition": { }}
OperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "OperationsDefinitionInformation": { }}
OperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "OperationsEventClass": { }}
OperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "OperationsEventDefinition": { }}
OperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "OperationsEventInformation": { }}
OperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "OperationsMaterialBill": { }}
OperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "OperationsPerformance": { }}
OperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "OperationsSchedule": { }}
OperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "OperationsTestInformation": { }}
Person v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "Person": { }}
PersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "PersonnelClass": { }}
PersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "PersonnelInformation": { }}
PhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "PhysicalAsset": { }}
PhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "PhysicalAssetClass": { }}
PhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "PhysicalAssetInformation": { }}
ProcessBatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "ProcessBatchProductionRecord": { }}
ProcessEquipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ProcessEquipment": { }}
ProcessEquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ProcessEquipmentClass": { }}
ProcessEquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ProcessEquipmentInformation": { }}
ProcessErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "ProcessErrorMessage": { }}
ProcessJobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "ProcessJobList": { }}
ProcessJobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ProcessJobResponse": { }}
ProcessJobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ProcessJobResponseList": { }}
ProcessMaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ProcessMaterialClass": { }}
ProcessMaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ProcessMaterialDefinition": { }}
ProcessMaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ProcessMaterialInformation": { }}
ProcessMaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ProcessMaterialLot": { }}
ProcessMaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ProcessMaterialSubLot": { }}
ProcessOperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ProcessOperationalLocation": { }}
ProcessOperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ProcessOperationalLocationClass": { }}
ProcessOperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ProcessOperationalLocationInformation": { }}
ProcessOperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "ProcessOperationsCapability": { }}
ProcessOperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "ProcessOperationsCapabilityInformation": { }}
ProcessOperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ProcessOperationsDefinition": { }}
ProcessOperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ProcessOperationsDefinitionInformation": { }}
ProcessOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ProcessOperationsEventClass": { }}
ProcessOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ProcessOperationsEventDefinition": { }}
ProcessOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ProcessOperationsEventInformation": { }}
ProcessOperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ProcessOperationsMaterialBill": { }}
ProcessOperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "ProcessOperationsPerformance": { }}
ProcessOperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "ProcessOperationsSchedule": { }}
ProcessOperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ProcessOperationsTestInformation": { }}
ProcessPerson v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ProcessPerson": { }}
ProcessPersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ProcessPersonnelClass": { }}
ProcessPersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ProcessPersonnelInformation": { }}
ProcessPhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ProcessPhysicalAsset": { }}
ProcessPhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ProcessPhysicalAssetClass": { }}
ProcessPhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ProcessPhysicalAssetInformation": { }}
ProcessProcessElementLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ProcessProcessElementLibrary": { }}
ProcessProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "ProcessProcessSegment": { }}
ProcessProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "ProcessProcessSegmentInformation": { }}
ProcessResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ProcessResourceConstraintLibrary": { }}
ProcessResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ProcessResourceNetworkConnectionType": { }}
ProcessResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ProcessResourceRelationshipNetwork": { }}
ProcessResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ProcessResourceRelationshipNetworkInformation": { }}
ProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "ProcessSegment": { }}
ProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "ProcessSegmentInformation": { }}
ProcessTestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ProcessTestResult": { }}
ProcessTestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ProcessTestSpecification": { }}
ProcessWorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ProcessWorkAlert": { }}
ProcessWorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ProcessWorkAlertDefinition": { }}
ProcessWorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ProcessWorkAlertInformation": { }}
ProcessWorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ProcessWorkCalendar": { }}
ProcessWorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ProcessWorkCalendarDefinition": { }}
ProcessWorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ProcessWorkCalendarInformation": { }}
ProcessWorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ProcessWorkCapability": { }}
ProcessWorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ProcessWorkCapabilityInformation": { }}
ProcessWorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ProcessWorkDefinitionInformation": { }}
ProcessWorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ProcessWorkDirective": { }}
ProcessWorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ProcessWorkMaster": { }}
ProcessWorkMasterCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ProcessWorkMasterCapability": { }}
ProcessWorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ProcessWorkPerformance": { }}
ProcessWorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "ProcessWorkRecord": { }}
ProcessWorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "ProcessWorkRecordSpecification": { }}
ProcessWorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ProcessWorkResponse": { }}
ProcessWorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "ProcessWorkSchedule": { }}
ProcessWorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ProcessWorkflowSpecification": { }}
ProcessWorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ProcessWorkflowSpecificationConnectionType": { }}
ProcessWorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ProcessWorkflowSpecificationInformation": { }}
ProcessWorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ProcessWorkflowSpecificationNodeType": { }}
ResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ResourceConstraintLibrary": { }}
ResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ResourceNetworkConnectionType": { }}
ResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ResourceRelationshipNetwork": { }}
ResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ResourceRelationshipNetworkInformation": { }}
RespondBatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "RespondBatchProductionRecord": { }}
RespondEquipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "RespondEquipment": { }}
RespondEquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "RespondEquipmentClass": { }}
RespondEquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "RespondEquipmentInformation": { }}
RespondErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "RespondErrorMessage": { }}
RespondGeneralRecipeInformation v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "RespondGeneralRecipeInformation": { }}
RespondJobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "RespondJobList": { }}
RespondJobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "RespondJobResponse": { }}
RespondJobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "RespondJobResponseList": { }}
RespondMaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "RespondMaterialClass": { }}
RespondMaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "RespondMaterialDefinition": { }}
RespondMaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "RespondMaterialInformation": { }}
RespondMaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "RespondMaterialLot": { }}
RespondMaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "RespondMaterialSubLot": { }}
RespondOperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "RespondOperationalLocation": { }}
RespondOperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "RespondOperationalLocationClass": { }}
RespondOperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "RespondOperationalLocationInformation": { }}
RespondOperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "RespondOperationsCapability": { }}
RespondOperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "RespondOperationsCapabilityInformation": { }}
RespondOperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "RespondOperationsDefinition": { }}
RespondOperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "RespondOperationsDefinitionInformation": { }}
RespondOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "RespondOperationsEventClass": { }}
RespondOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "RespondOperationsEventDefinition": { }}
RespondOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "RespondOperationsEventInformation": { }}
RespondOperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "RespondOperationsMaterialBill": { }}
RespondOperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "RespondOperationsPerformance": { }}
RespondOperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "RespondOperationsSchedule": { }}
RespondOperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "RespondOperationsTestInformation": { }}
RespondPerson v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "RespondPerson": { }}
RespondPersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "RespondPersonnelClass": { }}
RespondPersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "RespondPersonnelInformation": { }}
RespondPhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "RespondPhysicalAsset": { }}
RespondPhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "RespondPhysicalAssetClass": { }}
RespondPhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "RespondPhysicalAssetInformation": { }}
RespondProcessElementLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "RespondProcessElementLibrary": { }}
RespondProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "RespondProcessSegment": { }}
RespondProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "RespondProcessSegmentInformation": { }}
RespondResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "RespondResourceConstraintLibrary": { }}
RespondResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "RespondResourceNetworkConnectionType": { }}
RespondResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "RespondResourceRelationshipNetwork": { }}
RespondResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "RespondResourceRelationshipNetworkInformation": { }}
RespondTestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "RespondTestResult": { }}
RespondTestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "RespondTestSpecification": { }}
RespondWorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "RespondWorkAlert": { }}
RespondWorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "RespondWorkAlertDefinition": { }}
RespondWorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "RespondWorkAlertInformation": { }}
RespondWorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "RespondWorkCalendar": { }}
RespondWorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "RespondWorkCalendarDefinition": { }}
RespondWorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "RespondWorkCalendarInformation": { }}
RespondWorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "RespondWorkCapability": { }}
RespondWorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "RespondWorkCapabilityInformation": { }}
RespondWorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "RespondWorkDefinitionInformation": { }}
RespondWorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "RespondWorkDirective": { }}
RespondWorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "RespondWorkMaster": { }}
RespondWorkMasterCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "RespondWorkMasterCapability": { }}
RespondWorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "RespondWorkPerformance": { }}
RespondWorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "RespondWorkRecord": { }}
RespondWorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "RespondWorkRecordSpecification": { }}
RespondWorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "RespondWorkResponse": { }}
RespondWorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "RespondWorkSchedule": { }}
RespondWorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "RespondWorkflowSpecification": { }}
RespondWorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "RespondWorkflowSpecificationConnectionType": { }}
RespondWorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "RespondWorkflowSpecificationInformation": { }}
RespondWorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "RespondWorkflowSpecificationNodeType": { }}
ShowBatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "ShowBatchProductionRecord": { }}
ShowEquipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ShowEquipment": { }}
ShowEquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ShowEquipmentClass": { }}
ShowEquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "ShowEquipmentInformation": { }}
ShowErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "ShowErrorMessage": { }}
ShowGeneralRecipeInformation v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ShowGeneralRecipeInformation": { }}
ShowJobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "ShowJobList": { }}
ShowJobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ShowJobResponse": { }}
ShowJobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ShowJobResponseList": { }}
ShowMaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ShowMaterialClass": { }}
ShowMaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ShowMaterialDefinition": { }}
ShowMaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ShowMaterialInformation": { }}
ShowMaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ShowMaterialLot": { }}
ShowMaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "ShowMaterialSubLot": { }}
ShowOperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ShowOperationalLocation": { }}
ShowOperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ShowOperationalLocationClass": { }}
ShowOperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "ShowOperationalLocationInformation": { }}
ShowOperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "ShowOperationsCapability": { }}
ShowOperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "ShowOperationsCapabilityInformation": { }}
ShowOperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ShowOperationsDefinition": { }}
ShowOperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ShowOperationsDefinitionInformation": { }}
ShowOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ShowOperationsEventClass": { }}
ShowOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ShowOperationsEventDefinition": { }}
ShowOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "ShowOperationsEventInformation": { }}
ShowOperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "ShowOperationsMaterialBill": { }}
ShowOperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "ShowOperationsPerformance": { }}
ShowOperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "ShowOperationsSchedule": { }}
ShowOperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ShowOperationsTestInformation": { }}
ShowPerson v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ShowPerson": { }}
ShowPersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ShowPersonnelClass": { }}
ShowPersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "ShowPersonnelInformation": { }}
ShowPhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ShowPhysicalAsset": { }}
ShowPhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ShowPhysicalAssetClass": { }}
ShowPhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "ShowPhysicalAssetInformation": { }}
ShowProcessElementLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ShowProcessElementLibrary": { }}
ShowProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "ShowProcessSegment": { }}
ShowProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "ShowProcessSegmentInformation": { }}
ShowResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "ShowResourceConstraintLibrary": { }}
ShowResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ShowResourceNetworkConnectionType": { }}
ShowResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ShowResourceRelationshipNetwork": { }}
ShowResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "ShowResourceRelationshipNetworkInformation": { }}
ShowTestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ShowTestResult": { }}
ShowTestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "ShowTestSpecification": { }}
ShowTransactionProfile v2.0.1.transactionProfile.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.transactionProfile.schema.json",    "ShowTransactionProfile": { }}
ShowWorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ShowWorkAlert": { }}
ShowWorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ShowWorkAlertDefinition": { }}
ShowWorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "ShowWorkAlertInformation": { }}
ShowWorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ShowWorkCalendar": { }}
ShowWorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ShowWorkCalendarDefinition": { }}
ShowWorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "ShowWorkCalendarInformation": { }}
ShowWorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ShowWorkCapability": { }}
ShowWorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ShowWorkCapabilityInformation": { }}
ShowWorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ShowWorkDefinitionInformation": { }}
ShowWorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ShowWorkDirective": { }}
ShowWorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "ShowWorkMaster": { }}
ShowWorkMasterCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "ShowWorkMasterCapability": { }}
ShowWorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ShowWorkPerformance": { }}
ShowWorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "ShowWorkRecord": { }}
ShowWorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "ShowWorkRecordSpecification": { }}
ShowWorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "ShowWorkResponse": { }}
ShowWorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "ShowWorkSchedule": { }}
ShowWorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ShowWorkflowSpecification": { }}
ShowWorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ShowWorkflowSpecificationConnectionType": { }}
ShowWorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ShowWorkflowSpecificationInformation": { }}
ShowWorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "ShowWorkflowSpecificationNodeType": { }}
SyncBatchProductionRecord v2.0.1.batchProductionRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.batchProductionRecord.schema.json",    "SyncBatchProductionRecord": { }}
SyncEquipment v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "SyncEquipment": { }}
SyncEquipmentClass v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "SyncEquipmentClass": { }}
SyncEquipmentInformation v2.0.1.equipment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.equipment.schema.json",    "SyncEquipmentInformation": { }}
SyncErrorMessage v2.0.1.errorMessage.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.errorMessage.schema.json",    "SyncErrorMessage": { }}
SyncGeneralRecipeInformation v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "SyncGeneralRecipeInformation": { }}
SyncJobList v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "SyncJobList": { }}
SyncJobResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "SyncJobResponse": { }}
SyncJobResponseList v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "SyncJobResponseList": { }}
SyncMaterialClass v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "SyncMaterialClass": { }}
SyncMaterialDefinition v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "SyncMaterialDefinition": { }}
SyncMaterialInformation v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "SyncMaterialInformation": { }}
SyncMaterialLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "SyncMaterialLot": { }}
SyncMaterialSubLot v2.0.1.material.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.material.schema.json",    "SyncMaterialSubLot": { }}
SyncOperationalLocation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "SyncOperationalLocation": { }}
SyncOperationalLocationClass v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "SyncOperationalLocationClass": { }}
SyncOperationalLocationInformation v2.0.1.operationalLocation.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationalLocation.schema.json",    "SyncOperationalLocationInformation": { }}
SyncOperationsCapability v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "SyncOperationsCapability": { }}
SyncOperationsCapabilityInformation v2.0.1.operationsCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsCapability.schema.json",    "SyncOperationsCapabilityInformation": { }}
SyncOperationsDefinition v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "SyncOperationsDefinition": { }}
SyncOperationsDefinitionInformation v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "SyncOperationsDefinitionInformation": { }}
SyncOperationsEventClass v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "SyncOperationsEventClass": { }}
SyncOperationsEventDefinition v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "SyncOperationsEventDefinition": { }}
SyncOperationsEventInformation v2.0.1.operationsEvent.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsEvent.schema.json",    "SyncOperationsEventInformation": { }}
SyncOperationsMaterialBill v2.0.1.operationsDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsDefinition.schema.json",    "SyncOperationsMaterialBill": { }}
SyncOperationsPerformance v2.0.1.operationsPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsPerformance.schema.json",    "SyncOperationsPerformance": { }}
SyncOperationsSchedule v2.0.1.operationsSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsSchedule.schema.json",    "SyncOperationsSchedule": { }}
SyncOperationsTestInformation v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "SyncOperationsTestInformation": { }}
SyncPerson v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "SyncPerson": { }}
SyncPersonnelClass v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "SyncPersonnelClass": { }}
SyncPersonnelInformation v2.0.1.personnel.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.personnel.schema.json",    "SyncPersonnelInformation": { }}
SyncPhysicalAsset v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "SyncPhysicalAsset": { }}
SyncPhysicalAssetClass v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "SyncPhysicalAssetClass": { }}
SyncPhysicalAssetInformation v2.0.1.physicalAsset.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.physicalAsset.schema.json",    "SyncPhysicalAssetInformation": { }}
SyncProcessElementLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "SyncProcessElementLibrary": { }}
SyncProcessSegment v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "SyncProcessSegment": { }}
SyncProcessSegmentInformation v2.0.1.processSegment.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.processSegment.schema.json",    "SyncProcessSegmentInformation": { }}
SyncResourceConstraintLibrary v2.0.1.generalRecipe.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.generalRecipe.schema.json",    "SyncResourceConstraintLibrary": { }}
SyncResourceNetworkConnectionType v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "SyncResourceNetworkConnectionType": { }}
SyncResourceRelationshipNetwork v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "SyncResourceRelationshipNetwork": { }}
SyncResourceRelationshipNetworkInformation v2.0.1.resourceRelationshipNetwork.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.resourceRelationshipNetwork.schema.json",    "SyncResourceRelationshipNetworkInformation": { }}
SyncTestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "SyncTestResult": { }}
SyncTestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "SyncTestSpecification": { }}
SyncWorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "SyncWorkAlert": { }}
SyncWorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "SyncWorkAlertDefinition": { }}
SyncWorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "SyncWorkAlertInformation": { }}
SyncWorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "SyncWorkCalendar": { }}
SyncWorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "SyncWorkCalendarDefinition": { }}
SyncWorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "SyncWorkCalendarInformation": { }}
SyncWorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "SyncWorkCapability": { }}
SyncWorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "SyncWorkCapabilityInformation": { }}
SyncWorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "SyncWorkDefinitionInformation": { }}
SyncWorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "SyncWorkDirective": { }}
SyncWorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "SyncWorkMaster": { }}
SyncWorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "SyncWorkPerformance": { }}
SyncWorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "SyncWorkRecord": { }}
SyncWorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "SyncWorkRecordSpecification": { }}
SyncWorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "SyncWorkResponse": { }}
SyncWorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "SyncWorkSchedule": { }}
SyncWorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "SyncWorkflowSpecification": { }}
SyncWorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "SyncWorkflowSpecificationConnectionType": { }}
SyncWorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "SyncWorkflowSpecificationInformation": { }}
SyncWorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "SyncWorkflowSpecificationNodeType": { }}
TestResult v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "TestResult": { }}
TestSpecification v2.0.1.operationsTest.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.operationsTest.schema.json",    "TestSpecification": { }}
TransactionProfile v2.0.1.transactionProfile.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.transactionProfile.schema.json",    "TransactionProfile": { }}
WorkAlert v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "WorkAlert": { }}
WorkAlertDefinition v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "WorkAlertDefinition": { }}
WorkAlertInformation v2.0.1.workAlert.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workAlert.schema.json",    "WorkAlertInformation": { }}
WorkCalendar v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "WorkCalendar": { }}
WorkCalendarDefinition v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "WorkCalendarDefinition": { }}
WorkCalendarInformation v2.0.1.workCalendar.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCalendar.schema.json",    "WorkCalendarInformation": { }}
WorkCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "WorkCapability": { }}
WorkCapabilityInformation v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "WorkCapabilityInformation": { }}
WorkDefinitionInformation v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "WorkDefinitionInformation": { }}
WorkDirective v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "WorkDirective": { }}
WorkMaster v2.0.1.workDefinition.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workDefinition.schema.json",    "WorkMaster": { }}
WorkMasterCapability v2.0.1.workCapability.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workCapability.schema.json",    "WorkMasterCapability": { }}
WorkPerformance v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "WorkPerformance": { }}
WorkRecord v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "WorkRecord": { }}
WorkRecordSpecification v2.0.1.workRecord.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workRecord.schema.json",    "WorkRecordSpecification": { }}
WorkResponse v2.0.1.workPerformance.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workPerformance.schema.json",    "WorkResponse": { }}
WorkSchedule v2.0.1.workSchedule.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workSchedule.schema.json",    "WorkSchedule": { }}
WorkflowSpecification v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "WorkflowSpecification": { }}
WorkflowSpecificationConnectionType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "WorkflowSpecificationConnectionType": { }}
WorkflowSpecificationInformation v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "WorkflowSpecificationInformation": { }}
WorkflowSpecificationNodeType v2.0.1.workflowSpecification.schema.json
{    "$schema": "https://json.libremfg.ai/schemas/v2.0.1.workflowSpecification.schema.json",    "WorkflowSpecificationNodeType": { }}