Skip to content

Commit 84432ac

Browse files
committed
refactor 'expectedDataType' definition in Metric.json
Updated the 'expectedDataType' definition to remove references to 'anySimpleType' as it doesn't exist. The property description and examples in the documentation suggest a simple string should be sufficient.
1 parent ef41f33 commit 84432ac

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)