Searched defs:getSchema (Results 1 – 4 of 4) sorted by relevance
20 Ajv.prototype.getSchema = getSchema; method in Ajv201 function getSchema(keyRef) { function
85 getSchema(keyRef: string): ValidateFunction | undefined; method
139 public Schema getSchema() { in getSchema() method in RangeTable.Builder422 public Schema getSchema() { in getSchema() method in RangeTable
318 public abstract CsvSchema<K> getSchema(); in getSchema() method in CsvTable