Повторение материала и проверка знаний работников по направлениям деятельности
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.
|
|
|
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
|
|
|
|
accounts:
|
|
|
|
type: object
|
|
|
|
required:
|
|
|
|
- id
|
|
|
|
- code
|
|
|
|
- position
|
|
|
|
properties:
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
code:
|
|
|
|
type: string
|
|
|
|
position:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
|