Skip to content

Commit d7b9200

Browse files
Merge pull request #68 from GSA/bug/Metric-inDimension-fix
refactor 'inDimension' definition in Metric.json
2 parents 6f749c6 + 1507f03 commit d7b9200

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

jsonschema/definitions/Metric.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,8 @@
2121
"$id": "http://www.w3.org/ns/dqv#inDimension",
2222
"title": "in dimension",
2323
"description": "Represents the dimensions a quality metric, certificate and annotation allow a measurement of.",
24-
"oneOf": [
25-
{
26-
"$ref": "#/definitions/Dimension",
27-
"description": "inline description of Dimension"
28-
},
29-
{
30-
"type": "string",
31-
"description": "reference iri of Dimension",
32-
"format": "iri"
33-
}
34-
]
24+
"type": "string",
25+
"format": "iri"
3526
},
3627
"definition": {
3728
"$id": "https://www.w3.org/ns/dqv#definition",

0 commit comments

Comments
 (0)