UseDocumentation Index
Fetch the complete documentation index at: https://docs.dottxt.ai/llms.txt
Use this file to discover all available pages before exploring further.
"type": "array" for ordered lists.
Core array keywords
| Keyword | What it does |
|---|---|
prefixItems | Positional schemas for tuple-style arrays |
items | Schema for each array element |
minItems / maxItems | Bounds array length |
contains, minContains, maxContains, uniqueItems and unevaluatedItems are not supported right now.
If you have a use case that requires them, reach out to us.Example
maxItems. The default value of minItems is 0.
prefixItems
Use prefixItems for tuple-style arrays where position matters: