additionalProperties
This attribute defines a schema for all properties that are not explicitly defined in an object-type definition.
If specified, the value must be a schema or a boolean.
If false is provided, no additional properties are allowed beyond the properties defined in the schema.
The default value is an empty schema which allows any value for additional properties.