JsonSchemaParser class

Parser for JSON Schema draft-07.

Constructors

JsonSchemaParser({Map<String, dynamic> definitions = const {}, Map<String, dynamic> uiSchema = const {}})

Properties

definitions Map<String, dynamic>
Schema $defs or definitions for $ref resolution.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uiSchema Map<String, dynamic>
Optional UI Schema overrides (react-jsonschema-form style).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(Map<String, dynamic> schema) List<JsonSchemaProperty>
Parse a complete JSON Schema to list of properties.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited