Skip to content

Enumerate all schema 1 JSONSchema #1629

Description

@mfeit-internet2

All JSONSchema enumerations should have an enumerated but not-required schema field:

        {
            "type": "object",
            "properties": {
                "schema":      { "type": "integer", "enum": [ 1 ] },
                ...
            },
            "required": [ "whatever" ],
            "additionalProperties": false
        }

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status
    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions