Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1011 Bytes

enums.schema.md

File metadata and controls

43 lines (29 loc) · 1011 Bytes
template foo
reference
bar

Enumerated Schema

https://example.com/schemas/enums

This is an example schema with examples for properties with enum values

Abstract Extensible Custom Properties Additional Properties Defined In
Can be instantiated No Forbidden Permitted enums.schema.json

Enumerated Properties

Property Type Required Defined by
hello enum Required Enumerated (this schema)
* any Additional this schema allows additional properties

hello

A simple string. Pick a value.

hello

  • is required
  • type: enum
  • defined in this schema

The value of this property must be equal to one of the known values below.

hello Known Values

Value Description
World
Welt