get: tags: - public - ecoadvices - get summary: Get list of ecoadvices operationId: getPublicEcoadvices parameters: - $ref: '../parameters/QuerySize.yaml' - $ref: '../parameters/Offset.yaml' responses: '200': description: A list of ecoadvices content: application/json: schema: allOf: - $ref: '../schemas/SuccessFlag.yaml' - type: object properties: data: type: array items: type: object properties: id: type: integer advice: type: string example: id: 3 advice: 'Вместо пакетов и пищевой пленки пользуйтесь многоразовыми контейнерами для еды, восковыми салфетками и зип-пакетами.' '5XX': $ref: '../responses/ServerError.yaml'