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

schema(geojson): Refresh #2769

Closed
wants to merge 1 commit into from

Conversation

hyperupcall
Copy link
Member

@hyperupcall hyperupcall commented Jan 31, 2023

This partially addresses #2751 by updating the GeoJSON schema and moving the two GeoJSON entries close to each other in catalog.json to make it clear that there is a duplicate.

More work needs to be done, related to #2731, to completely solve this issue. In schema-validation.json, there is an entry:

{
      "ninjs-2.0.json": {
        "unknownKeywords": ["name"],
        "externalSchema": ["geojson.json"]
      }
    }

So we cannot just remove the geojson.json external schema completely. To fix this issue, there needs to be some way of referencing external schemas without breaking the tests.

Closes #1371 (that issue has been resolved an is not an issue with schemastore)

* Add mkdocs schema (#1)

* Added mkdocs schema

* Added test for mkdocs-1.0

* Rename mkdocs.yml to mkdocs-test.yml

* Added mkdocs-1.0 to catalog.json

* Insert final new line to mkdocs-1.0.json

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update mkdocs-1.0.json

`Error: strict mode: missing type "object" for keyword "properties" at "#/definitions/coreProperties" (strictTypes)`

* Update mkdocs-1.0.json

`Error: strict mode: use allowUnionTypes to allow union type keyword at "#/definitions/coreProperties/properties/nav/items" (strictTypes)`

* Update mkdocs-1.0.json

`Error: strict mode: missing type "object" for keyword "required" at "#/allOf/1" (strictTypes)`

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

"helmfile" schema does not complaining go templating not being as String
2 participants