refMap property

Map<String?, JsonSchema?>? refMap

Map of sub-properties' and references' JsonSchemas by path.

Note: This is useful for drawing dependency graphs, etc, but should not be used for general validation or traversal. Use endPath to get the absolute String path and resolvePath to get the JsonSchema at any path, instead.

Implementation

Map<String?, JsonSchema?>? get refMap => _refMap;