mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-17 15:51:01 +03:00
Fix indent
This commit is contained in:
parent
33d1b1ee1e
commit
fe854c1bad
@ -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" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user