Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.5 KB

record.schema.md

File metadata and controls

52 lines (32 loc) · 1.5 KB

Record Schema Schema

https://ns.adobe.com/xdm/data/record

Used to indicate the behavior of record data semantic when composed into data schemas.

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

Schema Hierarchy

Record Schema Example

{
  "@id": "49069bba-3014-420b-a887-3959f87d474a"
}

Record Schema Properties

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

@id

Identifier

A unique identifier for the record.

@id

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

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)