optionalProperties property

List<String>? optionalProperties
getter/setter pair

Optional Properties if this is a SchemaType.object.

The keys from properties for properties that are optional if this is a SchemaType.object. Any properties that's not listed in optional will be treated as required properties

Implementation

List<String>? optionalProperties;