34 lines
836 B
YAML
34 lines
836 B
YAML
|
|
||
|
components:
|
||
|
|
||
|
schemas:
|
||
|
|
||
|
RbacUser:
|
||
|
type: object
|
||
|
properties:
|
||
|
uuid:
|
||
|
type: string
|
||
|
format: uuid
|
||
|
name:
|
||
|
type: string
|
||
|
RbacUserPermission:
|
||
|
type: object
|
||
|
properties:
|
||
|
objectUuid:
|
||
|
type: string
|
||
|
format: uuid
|
||
|
objectTable:
|
||
|
type: string
|
||
|
objectIdName:
|
||
|
type: string
|
||
|
roleName:
|
||
|
type: string
|
||
|
roleUuid:
|
||
|
type: string
|
||
|
format: uuid
|
||
|
permissionUuid:
|
||
|
type: string
|
||
|
format: uuid
|
||
|
op:
|
||
|
type: string
|