hen 0.20.2

Run protocol-aware API request collections from the command line or through MCP.
Documentation
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