Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,18 @@
"fileMatch": ["cibuildwheel.toml", ".cibuildwheel.toml"],
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/cibuildwheel.json"
},
{
"name": "Citrus test case",
"description": "Citrus test case",
"fileMatch": [
"*.citrus.yaml",
"*.citrus.test.yaml",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I guess that if someone else adds *.test.yaml then it will override this entry.

Did I understood it correctly that there's no plan to add a *.test.yaml entry in the future?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if someone else adds *.test.yaml then it will override this entry.

no. There will a conflict. One or the other will be picked by default. it will depends on the client implementation. But the idea is that there isn't such generic patterns provided in the schemastore.

Did I understood it correctly that there's no plan to add a *.test.yaml entry in the future?

there is no plan to add *.test.yaml

"*.citrus.it.yaml",
"*.citrus-test.yaml",
"*.citrus-it.yaml"
],
"url": "https://citrusframework.org/schema/json/testcase/citrus-testcase.json"
},
{
"name": "CityJSON",
"description": "the representation of 3D city models",
Expand Down