resolvePath method

JsonSchema resolvePath(
  1. String path
)

Get a nested JsonSchema from a path.

Implementation

JsonSchema resolvePath(String path) => _getSchemaFromPath(path);