mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tests(ui): fix parseSchema test fixture
The schema fixture wasn't formatted quite right - doesn't affect the test but still.
This commit is contained in:
@ -611,31 +611,6 @@ const schema = {
|
|||||||
type: 'object',
|
type: 'object',
|
||||||
class: 'output',
|
class: 'output',
|
||||||
},
|
},
|
||||||
VAEField: {
|
|
||||||
properties: {
|
|
||||||
vae: {
|
|
||||||
allOf: [
|
|
||||||
{
|
|
||||||
$ref: '#/components/schemas/ModelIdentifierField',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
description: 'Info to load vae submodel',
|
|
||||||
},
|
|
||||||
seamless_axes: {
|
|
||||||
description: 'Axes("x" and "y") to which apply seamless',
|
|
||||||
items: {
|
|
||||||
type: 'string',
|
|
||||||
},
|
|
||||||
title: 'Seamless Axes',
|
|
||||||
type: 'array',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
required: ['vae'],
|
|
||||||
title: 'VAEField',
|
|
||||||
type: 'object',
|
|
||||||
class: 'output',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
UNetField: {
|
UNetField: {
|
||||||
properties: {
|
properties: {
|
||||||
unet: {
|
unet: {
|
||||||
@ -811,4 +786,5 @@ const schema = {
|
|||||||
class: 'output',
|
class: 'output',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
} as OpenAPIV3_1.Document;
|
} as OpenAPIV3_1.Document;
|
||||||
|
Reference in New Issue
Block a user