Skip to content

Add new "meta-keyword" nullable #248

@applejag

Description

@applejag

Instead of this:

foobar: "" # @schema type: string, null

it would be nice to use:

foobar: "" # @schema nullable

which should be semantically identical.

This could combine with #247 to get a nicer experience, such as:

foo: # @schema items/nullable
  - "bar"
  - true

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions