diff --git a/jsonschema/definitions/Relationship.json b/jsonschema/definitions/Relationship.json index 4e05398..2322ece 100644 --- a/jsonschema/definitions/Relationship.json +++ b/jsonschema/definitions/Relationship.json @@ -31,17 +31,8 @@ "$id": "http://purl.org/dc/terms/relation", "title": "relation", "description": "The resource related to the source resource.", - "oneOf": [ - { - "$ref": "#/definitions/Resource", - "description": "inline description of Resource" - }, - { - "type": "string", - "description": "reference iri of Resource", - "format": "iri" - } - ] + "type": "string", + "format": "iri" } }, "required": [