Skip to content

Commit

Permalink
Tweak docs and remove unused data (SchemaStore#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored May 27, 2024
1 parent add4b48 commit 26e91f2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 0 additions & 4 deletions editor-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/schema-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
3 changes: 1 addition & 2 deletions src/schemas/json/cargo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1515,8 +1515,7 @@
},
"x-taplo-info": {
"authors": ["Alex Koz. (https://github.com/boozook)"]
},
"x-for": "playdate"
}
},
"PlaydateMetadataAssetsArray": {
"type": "array",
Expand Down

0 comments on commit 26e91f2

Please sign in to comment.