components: schemas: PermissionBound: allOf: - $ref: ./storable.yaml#/components/schemas/Storable - type: object additionalProperties: false required: - organizationRef - permissionRef - isArchived properties: organizationRef: $ref: ./objectid.yaml#/components/schemas/ObjectId permissionRef: $ref: ./objectid.yaml#/components/schemas/ObjectId isArchived: type: boolean