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 4141 "description": "media type (as defined by RFC 2046) describing the link target",
4242 "type": "string"
4343 },
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": {
4945 "description": "The media type in which to submit data along with the request",
5046 "type": "string",
5147 "default": "application/json"
5248 },
53- "schema ": {
49+ "submissionSchema ": {
5450 "description": "Schema describing the data to submit along with the request",
5551 "allOf": [ { "$ref": "#" } ]
5652 }
Original file line number Diff line number Diff line change 3030 "description": "media type (as defined by RFC 2046) describing the link target",
3131 "type": "string"
3232 },
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": {
3834 "description": "The media type in which to submit data along with the request",
3935 "type": "string",
4036 "default": "application/json"
4137 },
42- "schema ": {
38+ "submissionSchema ": {
4339 "description": "Schema describing the data to submit along with the request",
4440 "allOf": [ { "$ref": "hyper-schema#" } ]
4541 }
You can’t perform that action at this time.
0 commit comments