6369-oas2-no-display.yaml 494 B

123456789101112131415161718192021222324252627
  1. swagger: "2.0"
  2. info:
  3. description: "OAS 2.0 sample with Object Model deprecated: true"
  4. version: "0.0.1"
  5. title: "Swagger Sample"
  6. paths:
  7. /test/:
  8. get:
  9. responses:
  10. '200':
  11. description: Successful Response
  12. definitions:
  13. IdentificationProfile:
  14. type: object
  15. deprecated: false
  16. properties:
  17. code:
  18. type: integer
  19. format: int32
  20. message:
  21. type: string
  22. IDP2:
  23. type: array
  24. deprecated: true
  25. items:
  26. type: string