properties property

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

Properties of this type if this is a SchemaType.object.

Implementation

Map<String, Schema>? properties;