Skip to content

Commit

Permalink
Update schema2Markdown.js
Browse files Browse the repository at this point in the history
Co-authored-by: Julianna Langston <74684272+julianna-ciq@users.noreply.github.com>
  • Loading branch information
TheJuanAndOnly99 and julianna-ciq authored Mar 7, 2024
1 parent 0e0c72b commit 18cee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema2Markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function processProperty(propertyName, propertyDetails, schemaExamples) {
let markdownContent = '';

if (propertyName === 'type') {
markdownContent += `### ${'Type'|| propertyName}\n\n`;
markdownContent += `### Type\n\n`;
markdownContent += `\`${propertyDetails.const}\`\n\n`;
} else {
markdownContent += `### ${propertyDetails.title || propertyName}\n\n`;
Expand Down

0 comments on commit 18cee47

Please sign in to comment.