6369-oas3-no-display.yaml 539 B

1234567891011121314151617181920212223242526272829
  1. openapi: 3.0.2
  2. info:
  3. title: "OAS 3.0 sample with Object Model deprecated: true"
  4. version: 0.1.0
  5. servers:
  6. - url: http://testserver1.com
  7. paths:
  8. /test/:
  9. get:
  10. responses:
  11. '200':
  12. description: Successful Response
  13. components:
  14. schemas:
  15. IdentificationProfile:
  16. type: object
  17. deprecated: false
  18. properties:
  19. code:
  20. type: integer
  21. format: int32
  22. message:
  23. type: string
  24. IDP2:
  25. type: array
  26. deprecated: true
  27. items:
  28. type: string