Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.62 KB

id.schema.md

File metadata and controls

45 lines (27 loc) · 1.62 KB

JSON-LD @id Schema

https://ns.adobe.com/xdm/external/activity-streams-2/id

Provides the globally unique identifier for an Object or Link. Refer to the JSON-LD specification for a complete description of the @id field.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated No Experimental Yes Forbidden Permitted external/activity-streams-2/id.schema.json

JSON-LD @id Example

{
  "@id": "https://events.adobe.io/event/id/82235bac-2b81-4e70-90b5-2bd1f04b5c7b"
}

JSON-LD @id Properties

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

@id

@id

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

@id Type

string

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