Searched defs:arrayMaxItems (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
H A Djson_schema.js88 arrayMaxItems: "Array must not have more than * items.",
412 this.addError(path, "arrayMaxItems", [schema.maxItems]);
439 this.addError(path, "arrayMaxItems", [schema.items.length]);

Completed in 80 milliseconds