fix scaffolder schema

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-11-11 11:03:53 -05:00
parent 85895f943c
commit 5c87c0c0b5
2 changed files with 6 additions and 6 deletions
@@ -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',