Commit 85bfbf15 authored by Takhir Fakhrutdinov's avatar Takhir Fakhrutdinov

m2m creation_date

parent 88125345
...@@ -428,6 +428,7 @@ meteo = { ...@@ -428,6 +428,7 @@ meteo = {
"type": "object", "type": "object",
"required": ["originator","message_type","message_id"], "required": ["originator","message_type","message_id"],
"properties": { "properties": {
"creation_date":{"$ref": "#/$defs/timestamp"},
"originator": {"type": "string"}, "originator": {"type": "string"},
"message_type": {"type": "string","enum":["meteo"]}, "message_type": {"type": "string","enum":["meteo"]},
"message_id": {"type": "string"}, "message_id": {"type": "string"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment