Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Json schema should have a version #331

Description

@skonto

The jenerated schema here specifies no version:
"$schema": "http://json-schema.org/schema#".
Libraries for validating json expect a specific version because version 4 is not compatible with version 6.
Check: https://github.com/everit-org/json-schema
That breaks the process of validating a k8s json file.
I had to modify the json schema object to make it work, but I am not sure where the version is documented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions