Skip to content

Commit eb4583b

Browse files
Merge pull request #64 from GSA/bug/Metric-expectedDataType-fix
refactor 'expectedDataType' definition in Metric.json
2 parents 253fd65 + 84432ac commit eb4583b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

jsonschema/definitions/Metric.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,7 @@
1515
"$id": "http://www.w3.org/ns/dqv#expectedDataType",
1616
"title": "expected datatype",
1717
"description": "Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)",
18-
"oneOf": [
19-
{
20-
"$ref": "#/definitions/anySimpleType",
21-
"description": "inline description of anySimpleType"
22-
},
23-
{
24-
"type": "string",
25-
"description": "reference iri of anySimpleType",
26-
"format": "iri"
27-
}
28-
]
18+
"type": "string"
2919
},
3020
"inDimension": {
3121
"$id": "http://www.w3.org/ns/dqv#inDimension",

0 commit comments

Comments
 (0)