Person

Type: object

subType1

Type: object

A sub type with additionalProperties false.

No Additional Properties
Type: number

subType2

Type: object

A sub type with additionalProperties true.

Type: number

Additional Properties of any type are allowed.

Type: object

anInt

Type: integer

This is an integer, it should not show additional properties. (issue #132)

Additional Properties

Each additional property must conform to the following schema

Type: object

additionalProperties schema.

Type: number