UNPKG

3.46 kBMarkdownView Raw
1# Untitled undefined type in Raw Request Schema
2
3```txt
4https://ns.adobe.com/helix/pipeline/rawrequest#/allOf/0
5```
6
7
8
9
10| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------- |
12| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | [rawrequest.schema.json\*](rawrequest.schema.json "open original schema") |
13
14## 0 Type
15
16unknown
17
18# undefined Properties
19
20| Property | Type | Required | Nullable | Defined by |
21| :------------------ | -------- | -------- | -------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
22| [headers](#headers) | `object` | Optional | cannot be null | [Raw Request](rawrequest-definitions-rawrequest-properties-headers.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers") |
23| [method](#method) | `string` | Optional | cannot be null | [Raw Request](rawrequest-definitions-rawrequest-properties-method.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/method") |
24| [params](#params) | `object` | Optional | cannot be null | [Raw Request](rawrequest-definitions-rawrequest-properties-params.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/params") |
25
26## headers
27
28The headers of the request made to OpenWhisk (or Simulator)
29
30
31`headers`
32
33- is optional
34- Type: `object` ([Details](rawrequest-definitions-rawrequest-properties-headers.md))
35- cannot be null
36- defined in: [Raw Request](rawrequest-definitions-rawrequest-properties-headers.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers")
37
38### headers Type
39
40`object` ([Details](rawrequest-definitions-rawrequest-properties-headers.md))
41
42## method
43
44The HTTP method of the request made to OpenWhisk (or Simulator). Note: OpenWhisk converts all methods to lowercase.
45
46
47`method`
48
49- is optional
50- Type: `string`
51- cannot be null
52- defined in: [Raw Request](rawrequest-definitions-rawrequest-properties-method.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/method")
53
54### method Type
55
56`string`
57
58## params
59
60Parameters used to invoke the OpenWhisk action. These are either URL parameters added when invoking the action from the CDN or default parameters set during creation of the action.
61
62
63`params`
64
65- is optional
66- Type: `object` ([Details](rawrequest-definitions-rawrequest-properties-params.md))
67- cannot be null
68- defined in: [Raw Request](rawrequest-definitions-rawrequest-properties-params.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/params")
69
70### params Type
71
72`object` ([Details](rawrequest-definitions-rawrequest-properties-params.md))