We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f749c6 + 1507f03 commit d7b9200Copy full SHA for d7b9200
jsonschema/definitions/Metric.json
@@ -21,17 +21,8 @@
21
"$id": "http://www.w3.org/ns/dqv#inDimension",
22
"title": "in dimension",
23
"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
- ]
+ "type": "string",
+ "format": "iri"
35
},
36
"definition": {
37
"$id": "https://www.w3.org/ns/dqv#definition",
0 commit comments