schema property
Implementation
static final schema = <String, Object>{
r'$schema': 'http://json-schema.org/draft-07/schema#',
r'$id': id,
'title': 'IgnorePointer',
'type': 'object',
'additionalProperties': false,
'properties': {
'ignoring': SchemaHelper.boolSchema,
'ignoringSemantics': SchemaHelper.boolSchema,
'child': SchemaHelper.objectSchema(JsonWidgetDataSchema.id),
},
};