interface MatchingSchema {
    node: ASTNode;
    schema: JSONSchema;
}

Properties

Properties

node: ASTNode
schema: JSONSchema