This repository was archived by the owner on Nov 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 41
41
"description": "media type (as defined by RFC 2046) describing the link target",
42
42
"type": "string"
43
43
},
44
- "method": {
45
- "description": "specifies that the client can construct a templated query (\"get\") or non-idempotent request (\"post\") to a resource.",
46
- "type": "string"
47
- },
48
- "encType": {
44
+ "submissionEncType": {
49
45
"description": "The media type in which to submit data along with the request",
50
46
"type": "string",
51
47
"default": "application/json"
52
48
},
53
- "schema ": {
49
+ "submissionSchema ": {
54
50
"description": "Schema describing the data to submit along with the request",
55
51
"allOf": [ { "$ref": "#" } ]
56
52
}
Original file line number Diff line number Diff line change 30
30
"description": "media type (as defined by RFC 2046) describing the link target",
31
31
"type": "string"
32
32
},
33
- "method": {
34
- "description": "specifies that the client can construct a templated query (\"get\") or non-idempotent request (\"post\") to a resource.",
35
- "type": "string"
36
- },
37
- "encType": {
33
+ "submissionEncType": {
38
34
"description": "The media type in which to submit data along with the request",
39
35
"type": "string",
40
36
"default": "application/json"
41
37
},
42
- "schema ": {
38
+ "submissionSchema ": {
43
39
"description": "Schema describing the data to submit along with the request",
44
40
"allOf": [ { "$ref": "hyper-schema#" } ]
45
41
}
You can’t perform that action at this time.
0 commit comments