Skip to content

Commit b10133b

Browse files
committed
add attributes.
1 parent 4138ef1 commit b10133b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

schemas/meteo.json

+9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
"$ref": "definitions.json#/definitions/uuid",
3636
"example": "urn:mrn:signalk:uuid:b7590868-1d62-47d9-989c-32321b349fb9"
3737
},
38+
"name": {
39+
"type": "string",
40+
"description": "The common name of the weather station.",
41+
"example": "Motu"
42+
},
43+
"navigation": {
44+
"description": "Navigation data including Position, Course to next WP information, etc.",
45+
"$ref": "groups/navigation.json#"
46+
},
3847
"environment": {
3948
"description": "Environment data.",
4049
"$ref": "groups/environment.json#"

0 commit comments

Comments
 (0)