components: schemas: OrganizationsAuthData: type: object additionalProperties: false required: - accessToken - organizations properties: accessToken: $ref: ../../../models/auth/token_data.yaml#/components/schemas/TokenData organizations: type: array items: $ref: ../../../models/organization/organization.yaml#/components/schemas/Organization