Skip to content

Commit 24db3f4

Browse files
committed
add 'definition' property to Metric.json
Added a 'definition' property to 'Metric.json' as it is listed as a recommended property in the documentation, but was missing from the jsonschema defintion.
1 parent ef41f33 commit 24db3f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

jsonschema/definitions/Metric.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@
4242
"format": "iri"
4343
}
4444
]
45+
},
46+
"definition": {
47+
"$id": "https://www.w3.org/ns/dqv#definition",
48+
"title": "definition",
49+
"description": "Definition of the metric.",
50+
"oneOf": [
51+
{
52+
"type": "null"
53+
},
54+
{
55+
"type": "string"
56+
}
57+
]
4558
}
4659
},
4760
"required": [

0 commit comments

Comments
 (0)