Skip to content

Support draft/2020-12 please #19

@kf6kjg

Description

@kf6kjg
{
    $schema: 'https://json-schema.org/draft/2020-12/schema',
    title: 'WIP',
    description: 'Placeholder.',
    type: 'object',
    additionalProperties: false,
    properties: {
        metadata: {
            $ref: '#/$defs/Metadata',
        },
    },
    $defs: {
        Metadata: {
            type: 'object',
            additionalProperties: false,
            properties: {

When fully fleshed out gives the warning The schema uses meta-schema features ($dynamicRef) that are not yet supported by the validator.

Metadata

Metadata

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions