diff options
author | Marc-Andre Giroux <xuorig@github.com> | 2020-07-27 14:16:28 -0400 |
---|---|---|
committer | Marc-Andre Giroux <xuorig@github.com> | 2020-07-27 14:16:28 -0400 |
commit | 42a6dfeae9102c3af44a2fa7eb6e94cdc922f350 (patch) | |
tree | d029abfe6fe8c8b30bb1423afdce2bde05b7c7af /descriptions/api.github.com | |
parent | 3577ba2cd47058e82cf206ebdf53af41140997cd (diff) | |
download | rest-api-description-42a6dfeae9102c3af44a2fa7eb6e94cdc922f350.tar.gz rest-api-description-42a6dfeae9102c3af44a2fa7eb6e94cdc922f350.zip |
Update OpenAPI Descriptionv0.0.2
- Addresses invalid YAML multiline strings
- Fixes an invalid default property on the
actions/create-workflow-dispatch operation
Diffstat (limited to 'descriptions/api.github.com')
4 files changed, 16 insertions, 26 deletions
diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index adffe3ff9..fe2046b50 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -25534,8 +25534,7 @@ }, "inputs": { "type": "object", - "description": "Input keys and values configured in the workflow file. The maximum number of properties is 10.", - "default": "Any default properties configured in the workflow file will be used when `inputs` are omitted.", + "description": "Input keys and values configured in the workflow file. The maximum number of properties is 10. Any default properties configured in the workflow file will be used when `inputs` are omitted.", "additionalProperties": { "type": "string" }, @@ -42120,7 +42119,7 @@ }, "example": { "tag": "v0.0.1", - "message": "initial version\n", + "message": "initial version", "object": "c3d0be41ecbe669545ee3e94d31ed9a4bc91ee3c", "type": "commit", "tagger": { @@ -77601,7 +77600,7 @@ }, "blob": { "value": { - "content": "Q29udGVudCBvZiB0aGUgYmxvYg==\n", + "content": "Q29udGVudCBvZiB0aGUgYmxvYg==", "encoding": "base64", "url": "https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15", "sha": "3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 589563865..685e2284e 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -18225,9 +18225,9 @@ paths: inputs: type: object description: Input keys and values configured in the workflow file. - The maximum number of properties is 10. - default: Any default properties configured in the workflow file - will be used when `inputs` are omitted. + The maximum number of properties is 10. Any default properties + configured in the workflow file will be used when `inputs` are + omitted. additionalProperties: type: string maxProperties: 10 @@ -30134,9 +30134,7 @@ paths: - type example: tag: v0.0.1 - message: 'initial version - -' + message: initial version object: c3d0be41ecbe669545ee3e94d31ed9a4bc91ee3c type: commit tagger: @@ -58990,9 +58988,7 @@ components: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 blob: value: - content: 'Q29udGVudCBvZiB0aGUgYmxvYg== - -' + content: Q29udGVudCBvZiB0aGUgYmxvYg== encoding: base64 url: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 3ce780739..341d319b9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -167119,8 +167119,7 @@ }, "inputs": { "type": "object", - "description": "Input keys and values configured in the workflow file. The maximum number of properties is 10.", - "default": "Any default properties configured in the workflow file will be used when `inputs` are omitted.", + "description": "Input keys and values configured in the workflow file. The maximum number of properties is 10. Any default properties configured in the workflow file will be used when `inputs` are omitted.", "additionalProperties": { "type": "string" }, @@ -288623,7 +288622,7 @@ }, "example": { "tag": "v0.0.1", - "message": "initial version\n", + "message": "initial version", "object": "c3d0be41ecbe669545ee3e94d31ed9a4bc91ee3c", "type": "commit", "tagger": { @@ -289307,7 +289306,7 @@ "examples": { "default": { "value": { - "content": "Q29udGVudCBvZiB0aGUgYmxvYg==\n", + "content": "Q29udGVudCBvZiB0aGUgYmxvYg==", "encoding": "base64", "url": "https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15", "sha": "3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 5fafbf465..6d267ea41 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -127859,9 +127859,9 @@ paths: inputs: type: object description: Input keys and values configured in the workflow file. - The maximum number of properties is 10. - default: Any default properties configured in the workflow file - will be used when `inputs` are omitted. + The maximum number of properties is 10. Any default properties + configured in the workflow file will be used when `inputs` are + omitted. additionalProperties: type: string maxProperties: 10 @@ -221745,9 +221745,7 @@ paths: - type example: tag: v0.0.1 - message: 'initial version - -' + message: initial version object: c3d0be41ecbe669545ee3e94d31ed9a4bc91ee3c type: commit tagger: @@ -222214,9 +222212,7 @@ paths: examples: default: value: - content: 'Q29udGVudCBvZiB0aGUgYmxvYg== - -' + content: Q29udGVudCBvZiB0aGUgYmxvYg== encoding: base64 url: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 |