fix scaffolder schema
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -113,7 +113,7 @@ components:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
"'examples'":
|
||||
examples:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/ActionExample'
|
||||
@@ -417,7 +417,7 @@ components:
|
||||
$ref: '#/components/schemas/JsonObject'
|
||||
output:
|
||||
$ref: '#/components/schemas/JsonObject'
|
||||
"'examples'":
|
||||
examples:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/ScaffolderUsageExample'
|
||||
@@ -449,7 +449,7 @@ components:
|
||||
$ref: '#/components/schemas/JsonObject'
|
||||
output:
|
||||
$ref: '#/components/schemas/JsonObject'
|
||||
"'examples'":
|
||||
examples:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/ScaffolderUsageExample'
|
||||
|
||||
@@ -173,7 +173,7 @@ export const spec = {
|
||||
description: {
|
||||
type: 'string',
|
||||
},
|
||||
"'examples'": {
|
||||
examples: {
|
||||
type: 'array',
|
||||
items: {
|
||||
$ref: '#/components/schemas/ActionExample',
|
||||
@@ -588,7 +588,7 @@ export const spec = {
|
||||
},
|
||||
},
|
||||
},
|
||||
"'examples'": {
|
||||
examples: {
|
||||
type: 'array',
|
||||
items: {
|
||||
$ref: '#/components/schemas/ScaffolderUsageExample',
|
||||
@@ -636,7 +636,7 @@ export const spec = {
|
||||
},
|
||||
},
|
||||
},
|
||||
"'examples'": {
|
||||
examples: {
|
||||
type: 'array',
|
||||
items: {
|
||||
$ref: '#/components/schemas/ScaffolderUsageExample',
|
||||
|
||||
Reference in New Issue
Block a user