https://ns.adobe.com/helix/pipeline/response
The HTTP response object
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Stabilizing | No | Forbidden | Forbidden | response.schema.json |
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
body | complex | Optional | No | Response (this schema) |
document | object |
Optional | No | Response (this schema) |
headers | complex | Optional | No | Response (this schema) |
status | integer |
Optional | No | Response (this schema) |
body
- is optional
- type: complex
- defined in this schema
Any following options needs to be fulfilled.
object
with following properties:
Property | Type | Required |
---|
The DOM-compatible representation of the response document
document
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|
The HTTP headers of the response
headers
- is optional
- type: complex
- defined in this schema
Unknown type ``.
{
"description": "The HTTP headers of the response",
"additionalProperties": {
"type": "string"
},
"simpletype": "complex"
}
The HTTP status code
status
- is optional
- type:
integer
- defined in this schema
integer