name = Schema Root Array Validation
description = Validate a top-level JSON array against a named schema.
schema User {
id: UUID
name: string
email: EMAIL
avatar: URI
}
schema Users = User[]
---
List users
GET https://lorem-api.com/api/users
? count = 2
? seed = 1234
# Response matches the Users schema
^ & body === Users