Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.83 KB

identifiable.md

File metadata and controls

42 lines (25 loc) · 1.83 KB

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

Identifiable Type

object (Identifiable)

Identifiable Properties

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

@id

A unique identifier given to every addressable thing.

@id

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

@id Type

string

@id Constraints

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