From 3c58e3089b7409bbee08bcdb867db062f16c70ae Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 16 Jan 2024 21:51:55 +0100 Subject: [PATCH] Change order of objects in documentation (small nit pick) Signed-off-by: DL6ER --- src/api/docs/content/specs/history.yaml | 58 ++++++++++++------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/api/docs/content/specs/history.yaml b/src/api/docs/content/specs/history.yaml index 099b8caa..e6ea85d5 100644 --- a/src/api/docs/content/specs/history.yaml +++ b/src/api/docs/content/specs/history.yaml @@ -150,35 +150,6 @@ components: client_history: type: object properties: - history: - type: array - description: Data array - items: - type: object - properties: - timestamp: - type: number - description: Timestamp - data: - type: array - description: Data corresponding to the individual clients - items: - type: integer - example: - - timestamp: 1511819900.539157 - data: - - 12 - - 65 - - 67 - - 9 - - 5 - - timestamp: 1511820500.583821 - data: - - 1 - - 35 - - 63 - - 20 - - 9 clients: type: array description: Data array @@ -211,6 +182,35 @@ components: - name: "other clients" ip: "0.0.0.0" total: 14 + history: + type: array + description: Data array + items: + type: object + properties: + timestamp: + type: number + description: Timestamp + data: + type: array + description: Data corresponding to the individual clients + items: + type: integer + example: + - timestamp: 1511819900.539157 + data: + - 12 + - 65 + - 67 + - 9 + - 5 + - timestamp: 1511820500.583821 + data: + - 1 + - 35 + - 63 + - 20 + - 9 parameters: clients: N: