Skip to content

Latest commit

 

History

History
83 lines (51 loc) · 2.06 KB

example.md

File metadata and controls

83 lines (51 loc) · 2.06 KB

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 Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none example.schema.json

Example Type

object (Example)

Example Examples

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

Example Properties

Property Type Required Nullable Defined by
foo string Optional cannot be null Example
bar string Optional cannot be null Example

foo

A simple string.

foo

  • is optional

  • Type: string

  • cannot be null

  • defined in: Example

foo Type

string

foo Examples

"bar"

bar

A simple string.

bar

  • is optional

  • Type: string

  • cannot be null

  • defined in: Example

bar Type

string

bar Examples

"bar"
"baz"