Files
sendico/interface/models/permission_bound.yaml
2026-02-24 21:26:31 +03:00

19 lines
542 B
YAML

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