We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04d4a59 + 2abdb86 commit e1c7296Copy full SHA for e1c7296
jsonschema/definitions/DataService.json
@@ -603,32 +603,6 @@
603
}
604
]
605
},
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
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
632
"qualifiedAttribution": {
633
"$id": "http://www.w3.org/ns/prov#qualifiedAttribution",
634
"title": "qualified attribution",
0 commit comments