properties property

Map<String, JsonSchema>? properties
getter/setter pair

The child schemas, applicable only if this is of type object.

The key is the name of the property and the value is the json schema that describes that property

Implementation

core.Map<core.String, JsonSchema>? properties;