Skip to content

Commit 0c72dc1

Browse files
Merge branch 'master' into add-link-github-12577
2 parents ab84820 + 60a7d90 commit 0c72dc1

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/validate-spec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 14
15+
node-version: 20
1616
registry-url: https://registry.npmjs.org/
1717
- run: |
1818
npm install -g redoc-cli
19-
redoc-cli bundle index.yml
19+
npx @redocly/cli build-docs index.yml
2020
- run: |
2121
npm install -g @openapitools/openapi-generator-cli
2222
openapi-generator-cli validate -i index.yml

identification.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ components:
5656
type: object
5757
description: "Person Request body: name and metadata."
5858
properties:
59-
tag:
60-
type: string
61-
description: "Session identificator."
6259
name:
6360
type: string
6461
description: "Person name."

0 commit comments

Comments
 (0)