added api docs
This commit is contained in:
18
interface/models/permission_bound.yaml
Normal file
18
interface/models/permission_bound.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user