JSONSchema.ref constructor
JSONSchema.ref(
- String ref
Construct a schema referencing another schema.
Implementation
JSONSchema.ref(String ref)
: this(
SchemaType.ref,
ref: ref,
);
Construct a schema referencing another schema.
JSONSchema.ref(String ref)
: this(
SchemaType.ref,
ref: ref,
);