Skip to content

fix(typo3): allow static route source and content properties - #6045

Merged
hyperupcall merged 1 commit into
SchemaStore:masterfrom
Solaris-star:fix/typo3-static-text-content
Jul 20, 2026
Merged

fix(typo3): allow static route source and content properties#6045
hyperupcall merged 1 commit into
SchemaStore:masterfrom
Solaris-star:fix/typo3-static-text-content

Conversation

@Solaris-star

Copy link
Copy Markdown
Contributor

Summary

  • declare source and content in the static route object's parent properties so draft-07 additionalProperties recognizes them
  • keep the conditional requirements for uri and staticText routes
  • cover both route types in the TYPO3 positive test fixture

Fixes #6020

Testing

  • node ./cli.js check --schema-name=typo3.json
  • node ./cli.js check
  • node ./cli.js coverage
  • npm run typecheck
  • npm run eslint
  • npx prettier --config .prettierrc.cjs --ignore-path .gitignore --check src/schemas/json/typo3.json src/test/typo3/typo3.yml

Signed-off-by: Solaris-star <820622658@qq.com>
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@hyperupcall

Copy link
Copy Markdown
Member

Thanks

@hyperupcall
hyperupcall merged commit e940f8c into SchemaStore:master Jul 20, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

content property missing for staticText route type

2 participants