v1-response.js 395 B

12345678910111213141516171819
  1. /**
  2. * @swagger
  3. *
  4. * components:
  5. * schemas:
  6. * V1Response:
  7. * description: Response v1
  8. * type: object
  9. * properties:
  10. * ok:
  11. * type: boolean
  12. * description: API is succeeded
  13. * example: true
  14. * responses:
  15. * 403:
  16. * description: 'Forbidden'
  17. * 500:
  18. * description: 'Internal Server Error'
  19. */