current versions of app_configurations updated, minor corrections

parent 2fed3911
......@@ -499,7 +499,8 @@
},
"batchNumberOfUnits": {
"description": "the number of units of the created batches",
"name": "Number Of Units",
"name": "Number Of Units",
"type": "number",
"required": true
},
"name": {
......@@ -776,6 +777,7 @@
"definitions": {
"_capacity": {
"default": 1,
"name": "Capacity",
"description": "capacity of the queue. -1 means infinite",
"oneOf": [
{
......@@ -874,24 +876,19 @@
}
]
},
"_operationType": {
"_class": "Dream.PropertyList",
"_operationType": {
"description": "the type of operations that are performed manually in the machine",
"id": "operationType",
"name": "Operation type",
"properties": {
"operationType": {
"enum": [
"MT-Load",
"MT-Load-Setup",
"MT-Load-Setup-Processing"
],
"type": "string"
}
}
"enum": [
"MT-Load",
"MT-Load-Setup",
"MT-Load-Setup-Processing"
],
"type": "string"
},
"_schedulingRule": {
"default": "FIFO",
"default": "FIFO",
"name": "Scheduling Rule",
"description": "Scheduling Rule of this buffer",
"enum": [
"FIFO",
......
......@@ -382,20 +382,21 @@
"type": "string"
},
"operationType": {
"description": "Type Of Operation",
"name": "Operation Type",
"properties": {
"load": {
"$ref": "#/definitions/_operationType",
"description": "Operation type for loading"
"description": "Operation type for loading",
"name": "Load Operation type"
},
"processing": {
"$ref": "#/definitions/_operationType",
"description": "Operation type for processing"
"description": "Operation type for processing",
"name": "Processing Operation type"
},
"setup": {
"$ref": "#/definitions/_operationType",
"description": "Operation type for setup"
"description": "Operation type for setup",
"name": "Setup Operation type"
}
},
"required": [
......@@ -537,6 +538,7 @@
"definitions": {
"_capacity": {
"default": 1,
"name": "Capacity",
"description": "capacity of the queue. -1 means infinite",
"oneOf": [
{
......@@ -646,6 +648,7 @@
},
"_schedulingRule": {
"default": "FIFO",
"name": "Scheduling Rule",
"description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ",
"enum": [
"FIFO",
......
......@@ -264,6 +264,7 @@
]
},
"_schedulingRule" : {
"name": "Scheduling Rule",
"description" : "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ",
"type" : "string",
"default" : "FIFO",
......@@ -282,6 +283,7 @@
]
},
"_capacity" : {
"name": "Capacity",
"description" : "capacity of the queue. -1 means infinite",
"type" : "number",
"default" : 1,
......@@ -295,21 +297,15 @@
]
},
"_operationType" : {
"_class" : "Dream.PropertyList",
"name" : "Operation type",
"id" : "operationType",
"description" : "the type of operations that are performed manually in the machine",
"properties" : {
"operationType" : {
"type" : "string",
"enum" : [
"MT-Load",
"MT-Load-Setup",
"MT-Load-Setup-Processing"
]
}
}
}
"name" : "Operation type",
"description" : "the type of operations that are performed manually in the machine",
"type" : "string",
"enum" : [
"MT-Load",
"MT-Load-Setup",
"MT-Load-Setup-Processing"
]
}
},
"edge" : {
"description" : "Base definition for edge",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment