diff --git a/schemas/api/stations/board.json b/schemas/api/stations/board.json index 09636eb..33fd1ee 100644 --- a/schemas/api/stations/board.json +++ b/schemas/api/stations/board.json @@ -31,7 +31,10 @@ "definitions": { "metadata": { "type": "object", - "required": ["n", "o"], + "required": [ + "n", + "o" + ], "properties": { "n": { "type": "string", @@ -74,7 +77,10 @@ "type": "object", "title": "Origin", "description": "The services origin", - "required": ["t", "n"], + "required": [ + "t", + "n" + ], "properties": { "t": { "type": "string", @@ -92,7 +98,10 @@ "type": "object", "title": "Destination", "description": "The services destination", - "required": ["t", "n"], + "required": [ + "t", + "n" + ], "properties": { "t": { "type": "string", @@ -115,7 +124,10 @@ "type": "object", "title": "False Destination", "description": "False destination should be preferred on public boards", - "required": ["t", "n"], + "required": [ + "t", + "n" + ], "properties": { "t": { "type": "string", @@ -266,7 +278,9 @@ }, "boardMsgs": { "type": "object", - "required": ["t"], + "required": [ + "t" + ], "properties": { "t": { "type": "string",