Skip to content

Commit 9b45397

Browse files
Merge pull request #60 from GSA/bug/dataService.endpointURL
Fix Bug endpointURL referencing "Resource" object
2 parents e1c7296 + 72ece51 commit 9b45397

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

jsonschema/definitions/DataService.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,9 @@
6262
"description": "The root location or primary endpoint of the service (a Web-resolvable IRI)",
6363
"type": "array",
6464
"items": {
65-
"oneOf": [
66-
{
67-
"$ref": "#/definitions/Resource",
68-
"description": "inline description of Resource"
69-
},
70-
{
71-
"type": "string",
72-
"description": "reference iri of Resource",
73-
"format": "iri"
74-
}
75-
]
65+
"type": "string",
66+
"description": "The root location or primary endpoint of the service (a Web-resolvable IRI)",
67+
"format": "iri"
7668
}
7769
},
7870
"keyword": {

0 commit comments

Comments
 (0)