Skip to content

Commit

Permalink
Approved: wb cleanup for ISO/IEC
Browse files Browse the repository at this point in the history
  • Loading branch information
marktrayer authored and oneIoTa Admin committed Feb 11, 2019
1 parent 11fa012 commit 411deaa
Show file tree
Hide file tree
Showing 94 changed files with 6 additions and 5,346 deletions.
37 changes: 0 additions & 37 deletions 3DPrinterResURI.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,54 +68,25 @@
"readOnly": true,
"type": "number"
},

"memorysize" :
{
"description": "This value represents the total memory size of the printer. The unit is MB(Mega Bytes)",
"readOnly": true,
"type": "number"
},

"precision" :
{
"description": "Accuracy granularity of the exposed value",
"readOnly": true,
"type": "number"
},

"value" :
{
"anyOf": [
{
"type": "array"
},
{
"type": "string"
},
{
"type": "boolean"
},
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "object"
}
],
"description": "The value sensed or actuated by this Resource"
},

"n" :
{
"description": "Friendly name of the resource",
"maxLength": 64,
"readOnly": true,
"type": "string"
},

"3dprinttype" :
{
"description": "The type of 3D printing technology.",
Expand All @@ -133,7 +104,6 @@
"readOnly": true,
"type": "string"
},

"range" :
{
"description": "The valid range for the value Property",
Expand All @@ -152,7 +122,6 @@
"readOnly": true,
"type": "array"
},

"step" :
{
"anyOf": [
Expand All @@ -166,36 +135,31 @@
"description": "Step value across the defined range",
"readOnly": true
},

"wanconnected" :
{
"description": "This value indicates the connectivity capability of the 3D printer. If the value is false, the printer does not have network facility to Wide Area Network such as internet and GSM. If the value is true, the printer has network connectivity",
"readOnly": true,
"type": "boolean"
},

"printsizex" :
{
"description": "This represents the maximum size of printing object in the direction of X-axis. The unit is mm.",
"readOnly": true,
"type": "number"
},

"id" :
{
"description": "Instance ID of this specific resource",
"maxLength": 64,
"readOnly": true,
"type": "string"
},

"printsizez" :
{
"description": "This represents the maximum size of printing object in the direction of Z-axis. The unit is mm.",
"readOnly": true,
"type": "number"
},

"if" :
{
"description": "The interface set supported by this resource",
Expand All @@ -216,7 +180,6 @@
"readOnly": true,
"type": "array"
}

}
,"type" : "object"
,"required": ["3dprinttype", "printsizex", "printsizey", "printsizez", "wanconnected", "memorysize"]
Expand Down
33 changes: 0 additions & 33 deletions AccelerationResURI.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"readOnly": true,
"type": "number"
},

"rt" :
{
"description": "Resource Type",
Expand All @@ -63,47 +62,19 @@
"readOnly": true,
"type": "array"
},

"precision" :
{
"description": "Accuracy granularity of the exposed value",
"readOnly": true,
"type": "number"
},

"value" :
{
"anyOf": [
{
"type": "array"
},
{
"type": "string"
},
{
"type": "boolean"
},
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "object"
}
],
"description": "The value sensed or actuated by this Resource"
},

"n" :
{
"description": "Friendly name of the resource",
"maxLength": 64,
"readOnly": true,
"type": "string"
},

"range" :
{
"description": "The valid range for the value Property",
Expand All @@ -122,7 +93,6 @@
"readOnly": true,
"type": "array"
},

"step" :
{
"anyOf": [
Expand All @@ -136,15 +106,13 @@
"description": "Step value across the defined range",
"readOnly": true
},

"id" :
{
"description": "Instance ID of this specific resource",
"maxLength": 64,
"readOnly": true,
"type": "string"
},

"if" :
{
"description": "The interface set supported by this resource",
Expand All @@ -165,7 +133,6 @@
"readOnly": true,
"type": "array"
}

}
,"type" : "object"
,"required": ["acceleration"]
Expand Down
34 changes: 0 additions & 34 deletions ActivityCountResURI.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"schema": { "$ref": "#/definitions/Count" },
"x-example":
{
"id": "unique_example_id",
"count": 5000
}
}
Expand Down Expand Up @@ -79,7 +78,6 @@
"description": "Current or Target count.",
"type": "integer"
},

"rt" :
{
"description": "Resource Type",
Expand All @@ -91,47 +89,19 @@
"readOnly": true,
"type": "array"
},

"precision" :
{
"description": "Accuracy granularity of the exposed value",
"readOnly": true,
"type": "number"
},

"value" :
{
"anyOf": [
{
"type": "array"
},
{
"type": "string"
},
{
"type": "boolean"
},
{
"type": "integer"
},
{
"type": "number"
},
{
"type": "object"
}
],
"description": "The value sensed or actuated by this Resource"
},

"n" :
{
"description": "Friendly name of the resource",
"maxLength": 64,
"readOnly": true,
"type": "string"
},

"range" :
{
"description": "The valid range for the value Property",
Expand All @@ -150,7 +120,6 @@
"readOnly": true,
"type": "array"
},

"step" :
{
"anyOf": [
Expand All @@ -164,15 +133,13 @@
"description": "Step value across the defined range",
"readOnly": true
},

"id" :
{
"description": "Instance ID of this specific resource",
"maxLength": 64,
"readOnly": true,
"type": "string"
},

"if" :
{
"description": "The interface set supported by this resource",
Expand All @@ -193,7 +160,6 @@
"readOnly": true,
"type": "array"
}

}
,"type" : "object"
,"required": ["count"]
Expand Down
Loading

0 comments on commit 411deaa

Please sign in to comment.