Closed celleb closed 4 years ago
Given a definition:
post.yml
type: object required: - name - coordinates properties: name: type: string coordinates: type: array items: type: string
The helper should allow me to include it another definition with all the properties made optional.
i.e the result of using the helper will be something like this:
patch.yml
type: object properties: name: type: string coordinates: type: array items: type: string
Given a definition:
post.yml
The helper should allow me to include it another definition with all the properties made optional.
i.e the result of using the helper will be something like this:
patch.yml