Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.03 KB

constants.schema.md

File metadata and controls

42 lines (27 loc) · 1.03 KB
template foo
reference
bar

Constant Types Schema

https://example.com/schemas/constants

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

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated No Experimental No Forbidden Permitted constants.schema.json

Constant Types Properties

Property Type Required Defined by
hello const Required Constant Types (this schema)
* any Additional this schema allows additional properties

hello

A simple string, without strong constraints.

hello

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

The value of this property must be equal to:

"World"