Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions jsonschema/definitions/DataService.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,32 +603,6 @@
}
]
},
"hasPolicy": {
"$id": "http://www.w3.org/ns/odrl/2/hasPolicy",
"title": "has policy",
"description": "An ODRL conformant policy expressing the rights associated with the Data Service.",
"oneOf": [
{
"type": "null"
},
{
"type": "array",
"items": {
"oneOf": [
{
"$ref": "#/definitions/Policy",
"description": "inline description of Policy"
},
{
"type": "string",
"description": "reference iri of Policy",
"format": "iri"
}
]
}
}
]
},
"qualifiedAttribution": {
"$id": "http://www.w3.org/ns/prov#qualifiedAttribution",
"title": "qualified attribution",
Expand Down