menu
json_schema2 package
documentation
json_schema.dart
JsonSchema
resolvePath method
resolvePath method
dark_mode
light_mode
resolvePath
method
JsonSchema
resolvePath
(
Uri
?
path
)
Get a nested
JsonSchema
from a path.
Implementation
JsonSchema resolvePath(Uri? path) => _getSchemaFromPath(path);
json_schema2 package
documentation
json_schema
JsonSchema
resolvePath method
JsonSchema class