Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 1.65 KB

example.schema.md

File metadata and controls

81 lines (56 loc) · 1.65 KB
template foo
reference
bar

Example Schema

https://example.com/schemas/example

This is an example schema with examples. Too many examples? There can never be too many examples!

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

Example Example

{
  "foo": "bar",
  "bar": "baz"
}

Example Properties

Property Type Required Nullable Defined by
bar string Optional No Example (this schema)
foo string Optional No Example (this schema)
* any Additional Yes this schema allows additional properties

bar

A simple string.

bar

  • is optional
  • type: string
  • defined in this schema
  • version: 1.0.0
  • testProperty: test

bar Type

string

bar Examples

"bar"
"baz"

foo

A simple string.

foo

  • is optional
  • type: string
  • defined in this schema
  • version: 1.0.0
  • testProperty: test

foo Type

string

foo Example

"bar"