hen 0.17.0

Run protocol-aware API request collections from the command line or through MCP.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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