Home Schema Example JSON Schema

Skeleton Options

Type: object

Options for customizing the schema during build and tests.

No Additional Properties

Have Tests

Type: boolean Default: true

Whether there are tests for the schema. If tests are not defined, but hasTests is true, the test suite will fail.

Have Docs

Type: boolean Default: true

Whether a documentation link will be generated for the schema.

Sort Name

Type: string Default: "Original name of the schema"

Typically, schemas are sorted by name in the documentation. This field will override the name for sorting the schema.