Skip to content

Commit

Permalink
schema/ : harmonizing field 'source_uuid' in information and status m…
Browse files Browse the repository at this point in the history
…essages as in the other messages

Signed-off-by: Hugues Oudeville <hugues.oudeville@orange.com>
  • Loading branch information
Hugues360 committed Nov 18, 2024
1 parent 2568f1a commit c78a3c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions schema/information/information_schema_2-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"required": [
"message_type",
"version",
"instance_id",
"source_uuid",
"instance_type",
"running",
"timestamp",
Expand All @@ -26,7 +26,7 @@
"description": "json message format version",
"const": "1.99.99"
},
"instance_id": {
"source_uuid": {
"description": "unique id all over the world for a server",
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions schema/status/status_schema_2-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "object",
"required": [
"version",
"id",
"source_uuid",
"message_type",
"timestamp",
"system",
Expand All @@ -19,7 +19,7 @@
"type": "string",
"const": "1.99.99"
},
"id": {
"source_uuid": {
"description": "unique id all over the world for this device",
"type": "string"
},
Expand Down

0 comments on commit c78a3c2

Please sign in to comment.