v1.7.0
What's Changed
Support for x-php-namespace
You can now define your schemas into their own namespace. The namespace will take your configured namespace into account and extend it.
components:
schemas:
Foo:
x-php-namespace: Bar
type: object
required:
- id
properties:
id:
type: numberFull Changelog: v1.6.0...v1.7.0