Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.1 KB

identifiable.schema.md

File metadata and controls

43 lines (26 loc) · 1.1 KB
template foo
reference
bar

Identifiable Schema

https://example.com/schemas/identifiable

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

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

Identifiable Properties

Property Type Required Defined by
@id string Optional Identifiable (this schema)
* any Additional this schema allows additional properties

@id

A unique identifier given to every addressable thing.

@id

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

@id Type

string

  • format: uri – Uniformous Resource Identifier (according to RFC3986)