Skip to content

Commit 55e5e64

Browse files
authored
Apply suggestions from code review
Co-authored-by: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com>
1 parent ef642a2 commit 55e5e64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

schemas/scene.schema

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"type": "object",
29-
"description": "Transformations between two coordinate systems referenced by name in the same metadata document",
29+
"description": "Transformations between two referenced coordinate systems",
3030
"properties": {
3131
"input": {
3232
"type": "object",
@@ -36,7 +36,7 @@
3636
},
3737
"required": ["name"],
3838
"additionalProperties": false,
39-
"description": "Must reference a coordinate system defined in the same metadata document (path empty)"
39+
"description": "Must reference a coordinate system defined in the same metadata document (path empty) or in a subgroup (path provided)"
4040
},
4141
"output": {
4242
"type": "object",
@@ -46,7 +46,7 @@
4646
},
4747
"required": ["name"],
4848
"additionalProperties": false,
49-
"description": "Must reference a coordinate system defined in the same metadata document (path empty)"
49+
"description": "Must reference a coordinate system defined in the same metadata document (path empty) or in a subgroup (path provided)"
5050
}
5151
]
5252
},

0 commit comments

Comments
 (0)