Middleware Module HTTP Response v1¶
Source schema: doc/schemas/middleware-module-http-response.v1.schema.json
Bounded module response projection returned through the host-mediated HTTP bridge.
Governing Basis¶
Project Lineage¶
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: middleware-module-http-response.v1 |
|
schema/v |
yes |
const: 1 |
|
status |
yes |
integer | |
headers |
yes |
object | |
body/encoding |
yes |
const: base64url |
|
body |
yes |
string | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
middleware-module-http-response.v1
schema/v¶
- Required:
yes - Shape: const:
1
status¶
- Required:
yes - Shape: integer
headers¶
- Required:
yes - Shape: object
body/encoding¶
- Required:
yes - Shape: const:
base64url
body¶
- Required:
yes - Shape: string