Fix indent

This commit is contained in:
AnthorNet 2015-06-15 09:07:45 +02:00
parent 33d1b1ee1e
commit fe854c1bad

View File

@ -5,16 +5,23 @@
"additionalProperties" : false,
"required": [ "$schemaRef", "header", "message" ],
"properties": {
"$schemaRef" : { "type": "string" },
"$schemaRef": {
"type" : "string"
},
"header": {
"type" : "object",
"additionalProperties" : true,
"required" : [ "uploaderID", "softwareName", "softwareVersion" ],
"properties" : {
"uploaderID" : { "type": "string" },
"softwareName" : { "type": "string" },
"softwareVersion" : { "type": "string" },
"uploaderID": {
"type" : "string"
},
"softwareName": {
"type" : "string"
},
"softwareVersion": {
"type" : "string"
},
"gatewayTimestamp": {
"type" : "string",
"format" : "date-time",
@ -22,7 +29,6 @@
}
}
},
"message": {
"type" : "object",
"additionalProperties" : false,
@ -82,7 +88,6 @@
}
}
},
"definitions": {
"levelType": {
"enum": [ "Low", "Med", "High" ]