Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 2.15 KB

examples.md

File metadata and controls

90 lines (57 loc) · 2.15 KB

Examples Schema

https://example.com/schemas/examples

This is an example schema with multiple 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 examples.schema.json

Examples Type

object (Examples)

Examples Examples

{
  "foo": "bi",
  "bar": "bu"
}
{
  "foo": "zip",
  "bar": "zap"
}

Examples Properties

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

foo

A simple string.

foo

  • is optional

  • Type: string

  • cannot be null

  • defined in: Examples

foo Type

string

foo Examples

"bar"

bar

A simple string.

bar

  • is required

  • Type: string

  • cannot be null

  • defined in: Examples

bar Type

string

bar Examples

"bar"
"baz"