properties property

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

If this is a schema for an object, list the schema for each property of this object.

Implementation

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