pub fn schema_has_path(schema: &Value, path: &[PathSegment]) -> boolExpand description
Check if a JSON Schema has properties along the given path.
pub fn schema_has_path(schema: &Value, path: &[PathSegment]) -> boolCheck if a JSON Schema has properties along the given path.