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