Correct `Object Reference`'s `relationship_type` attribute presence

Correct `Object Reference`'s `relationship_type` attribute presence by changing references from `referenced_type` to `relationship_type`.
pull/44/head
Maxime Thiebaut 2022-02-05 20:16:27 +01:00 committed by GitHub
parent 1b9206f486
commit 32863e6274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ referenced_type is represented as a JSON string. referenced_type **MAY** be pres
relationship_type represents the human-readable context of the relationship between an object and another object or attribute as described by the object_reference.
referenced_type is represented as a JSON string. relationship_type **MUST** be present.
relationship_type is represented as a JSON string. relationship_type **MUST** be present.
#### comment