You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
577 B
29 lines
577 B
2 weeks ago
|
components:
|
||
|
schemas:
|
||
|
position:
|
||
|
type: object
|
||
|
required:
|
||
|
- id
|
||
|
- name
|
||
|
- organization
|
||
|
properties:
|
||
|
id:
|
||
|
type: integer
|
||
|
name:
|
||
|
type: string
|
||
|
organization:
|
||
|
type: object
|
||
|
properties:
|
||
|
id:
|
||
|
type: integer
|
||
|
organization:
|
||
|
type: object
|
||
|
required:
|
||
|
- id
|
||
|
- name
|
||
|
properties:
|
||
|
id:
|
||
|
type: integer
|
||
|
name:
|
||
|
type: string
|