definitions property

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

Definitions for the schema.

Implementation

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