diff --git a/cofounder/api/system/functions/backend/asyncapi.js b/cofounder/api/system/functions/backend/asyncapi.js index fdab715..ea31a68 100644 --- a/cofounder/api/system/functions/backend/asyncapi.js +++ b/cofounder/api/system/functions/backend/asyncapi.js @@ -104,7 +104,7 @@ ${drd} --- \`\`\`DB:schemas -${yaml.stringify(db)} +${yaml.stringify({ schemas: db.schemas })} \`\`\` `, diff --git a/cofounder/api/system/functions/backend/openapi.js b/cofounder/api/system/functions/backend/openapi.js index d496743..d72e489 100644 --- a/cofounder/api/system/functions/backend/openapi.js +++ b/cofounder/api/system/functions/backend/openapi.js @@ -113,7 +113,7 @@ ${drd} --- \`\`\`DB:schemas -${yaml.stringify(db)} +${yaml.stringify({ schemas: db.schemas })} \`\`\` `,