Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apis/cf/latest/components/schemas/RelationshipToOne.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
type: object
properties:
data:
oneOf:
- $ref: './Relationship.yaml'
- type: "null"
type: [object, "null"]
$ref: './Relationship.yaml'
description: |
Some relationships relate a resource to exactly one other resource. For example an app can belong to only one space.