5660-property.yaml 316 B

123456789101112131415161718
  1. openapi: 3.0.2
  2. info:
  3. title: test
  4. description: Nullable object in model property
  5. version: '1.0'
  6. paths: {}
  7. components:
  8. schemas:
  9. SomeObject:
  10. type: object
  11. properties:
  12. meta:
  13. type: object
  14. properties:
  15. tag:
  16. type: string
  17. nullable: true