resolvePath method

JsonSchema resolvePath(
  1. Uri? path
)

Get a nested JsonSchema from a path.

Implementation

JsonSchema resolvePath(Uri? path) => _getSchemaFromPath(path);