Skip to content

Commit 9bced90

Browse files
Merge pull request #57 from GSA/bug/Relationship-relation-fix
Refactor 'relation' definition in Relationship.json
2 parents ed0f310 + d9dd14c commit 9bced90

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

jsonschema/definitions/Relationship.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,8 @@
3131
"$id": "http://purl.org/dc/terms/relation",
3232
"title": "relation",
3333
"description": "The resource related to the source resource.",
34-
"oneOf": [
35-
{
36-
"$ref": "#/definitions/Resource",
37-
"description": "inline description of Resource"
38-
},
39-
{
40-
"type": "string",
41-
"description": "reference iri of Resource",
42-
"format": "iri"
43-
}
44-
]
34+
"type": "string",
35+
"format": "iri"
4536
}
4637
},
4738
"required": [

0 commit comments

Comments
 (0)