name = Schema Root Array Validation
description = Validate a top-level JSON array against a named schema.
schema User {
id: UUID
email: EMAIL
}
schema Users = User[]
---
List users
GET https://example.com/users
# Response matches the Users schema
^ & body === Users