Код IT Загрузка примера кода…

YAML main.yaml
components:
  schemas:
    Error:
      type: object
      properties:
        code:
          type: integer
          description: Код ошибки
        message:
          type: string
          description: Текстовое описание ошибки
        details:
          type: array
          items:
            type: string
          description: Детали ошибки
components:
  schemas:
    Error:
      type: object
      properties:
        code:
          type: integer
          description: Код ошибки
        message:
          type: string
          description: Текстовое описание ошибки
        details:
          type: array
          items:
            type: string
          description: Детали ошибки