Skip to content

Commit 2abdb86

Browse files
committed
Remove 'hasPolicy' definition in DataService.json
I agree with James. Removed the entirety of the 'hasPolicy' property in DataService.json as it both references a 'Policy' class that doesn't exist, and the property is never mentioned on the DOI DCAT-US 3.0 website/documentation.
1 parent 04d4a59 commit 2abdb86

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

jsonschema/definitions/DataService.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -603,32 +603,6 @@
603603
}
604604
]
605605
},
606-
"hasPolicy": {
607-
"$id": "http://www.w3.org/ns/odrl/2/hasPolicy",
608-
"title": "has policy",
609-
"description": "An ODRL conformant policy expressing the rights associated with the Data Service.",
610-
"oneOf": [
611-
{
612-
"type": "null"
613-
},
614-
{
615-
"type": "array",
616-
"items": {
617-
"oneOf": [
618-
{
619-
"$ref": "#/definitions/Policy",
620-
"description": "inline description of Policy"
621-
},
622-
{
623-
"type": "string",
624-
"description": "reference iri of Policy",
625-
"format": "iri"
626-
}
627-
]
628-
}
629-
}
630-
]
631-
},
632606
"qualifiedAttribution": {
633607
"$id": "http://www.w3.org/ns/prov#qualifiedAttribution",
634608
"title": "qualified attribution",

0 commit comments

Comments
 (0)