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