Skip to content

Commit 08d94c3

Browse files
Merge pull request #67 from GSA/bug/Metric-definition-fix
add 'definition' property to Metric.json
2 parents 578aa88 + 24db3f4 commit 08d94c3

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)