definition property

String? definition
getter/setter pair

The definition of the schema.

This should contain a string representing the full definition of the schema that is a valid schema definition of the type specified in type.

Implementation

core.String? definition;