Include information about additionalProperties in object tables (#1798)
Currently, if we have an object which has additionalProperties in addition to properties, that information gets lost. This PR seeks to address that.
This commit is contained in:
parent
eea3dfa969
commit
48f4c4954f
4 changed files with 67 additions and 20 deletions
|
@ -52,7 +52,6 @@ paths:
|
|||
might be and could be "alpha", semantically versioned, or arbitrary.
|
||||
required:
|
||||
- version
|
||||
# TODO: TravisR - Make this render
|
||||
additionalProperties:
|
||||
type: object
|
||||
title: Internationalised Policy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue