Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.91 KB

simple.md

File metadata and controls

42 lines (25 loc) · 1.91 KB

Simple Schema

https://example.com/schemas/simple

This is a very simple example of a JSON schema. There is only one property.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none simple.schema.json

Simple Type

object (Simple)

Simple Properties

Property Type Required Nullable Defined by
id string Optional cannot be null Simple

id

A unique identifier given to every addressable thing.

id

  • is optional
  • Type: string
  • cannot be null
  • defined in: Simple

id Type

string

id Constraints

URI: the string must be a URI, according to RFC 3986