Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.08 KB

custom.schema.md

File metadata and controls

62 lines (34 loc) · 1.08 KB
template foo
reference
bar

Custom Schema

https://example.com/schemas/custom

This is an extensible schema. It has definitions, that can be used in other schemas. Additionally, it allows custom properties.

Abstract Extensible Custom Properties Additional Properties Defined In
Can be instantiated Yes Allowed Permitted custom.schema.json

Custom Properties

Property Type Required Defined by
bar string Optional Custom (this schema)
foo string Optional Custom (this schema)
* any Additional this schema allows additional properties

bar

A unique identifier given to every addressable thing.

bar

  • is optional
  • type: string
  • defined in this schema

bar Type

string

foo

A unique identifier given to every addressable thing.

foo

  • is optional
  • type: string
  • defined in this schema

foo Type

string