Skip to content

Commit e1c7296

Browse files
Merge pull request #61 from GSA/bug/DataService-hasPolicy-fix
Remove 'hasPolicy' definition in DataService.json
2 parents 04d4a59 + 2abdb86 commit e1c7296

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)