diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 80b8487ee5a..5d60ffeacd9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,6 +18,3 @@ src/negative_test/zuul/ @ssbarnea src/schemas/json/circleciconfig.json @CircleCI-Public/developer-experience src/test/circleciconfig/ @CircleCI-Public/developer-experience src/negative_test/circleciconfig/ @CircleCI-Public/developer-experience - -# For testing purposes -editor-features.md @hyperupcall diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b12999dd51a..8999c9b384d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -55,7 +55,7 @@ body: description: Who will make the PR? multiple: false options: - - Yes, I will create a PR. - No, someone else must create the PR. + - Yes, I will create a PR. validations: required: true diff --git a/README.md b/README.md index 10767178424..41df8bb7a8a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ The largest collection of independent JSON schemas in the world. The repository is a universal JSON schema store, where schemas for popular JSON documents can be found. -Website: [schemastore.org](https://www.schemastore.org/json/) - ## Contribute -Contributions are more than welcome! Both to the website itself or to the various schema files. Please carefully read [CONTRIBUTING.md](./CONTRIBUTING.md). +Contributions are more than welcome! Read [CONTRIBUTING.md](./CONTRIBUTING.md) for more information. diff --git a/editor-features.md b/editor-features.md index a8f3caedc84..a2c7e83818b 100644 --- a/editor-features.md +++ b/editor-features.md @@ -48,10 +48,6 @@ More information [here](https://taplo.tamasfe.dev/configuration/developing-schem - `x-intellij-html-description` - `x-intellij-enum-metadata` -### Unknown - -- `x-for` - ## Schema Properties ### `title` as an expected object type diff --git a/src/schema-validation.json b/src/schema-validation.json index 1feb918dea3..3a57f03fc87 100644 --- a/src/schema-validation.json +++ b/src/schema-validation.json @@ -453,7 +453,7 @@ "cargo.json": { "externalSchema": ["base.json"], "unknownFormat": ["uint32", "semver", "semver-requirement"], - "unknownKeywords": ["x-taplo", "x-taplo-info", "x-for"] + "unknownKeywords": ["x-taplo", "x-taplo-info"] }, "cheatsheets.json": { "externalSchema": ["base.json"] diff --git a/src/schemas/json/cargo.json b/src/schemas/json/cargo.json index e140bb33b36..793e3b67fae 100644 --- a/src/schemas/json/cargo.json +++ b/src/schemas/json/cargo.json @@ -1515,8 +1515,7 @@ }, "x-taplo-info": { "authors": ["Alex Koz. (https://github.com/boozook)"] - }, - "x-for": "playdate" + } }, "PlaydateMetadataAssetsArray": { "type": "array",