5660-model.yaml 233 B

123456789101112131415
  1. openapi: 3.0.2
  2. info:
  3. title: test
  4. description: Nullable model itself
  5. version: '1.0'
  6. paths: {}
  7. components:
  8. schemas:
  9. SomeObject:
  10. type: object
  11. properties:
  12. name:
  13. type: string
  14. nullable: true