properties property
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;
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
core.Map<core.String, JsonSchema>? properties;