Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove BOM from JSON schemas #415

Closed
1 of 3 tasks
delatrie opened this issue Nov 13, 2023 · 0 comments · Fixed by #414
Closed
1 of 3 tasks

Remove BOM from JSON schemas #415

delatrie opened this issue Nov 13, 2023 · 0 comments · Fixed by #414
Assignees

Comments

@delatrie
Copy link
Contributor

I'm submitting a ...

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

What is the current behavior?

The UTF-8 byte order marks are present in JSON schemas (e.g., in allureConfig.schema.json).

What is the expected behavior?

According to RFC 8259 there shouldn't be any BOM at the beginning of a JSON document loaded remotely.

What is the motivation / use case for changing the behavior?

Some editors (e.g., VSCode) complains about the spec violations.

@delatrie delatrie added the bug label Nov 13, 2023
@delatrie delatrie self-assigned this Nov 13, 2023
@delatrie delatrie mentioned this issue Nov 13, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant