Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 1.93 KB

plan.schema.md

File metadata and controls

92 lines (50 loc) · 1.93 KB

Plan Schema

https://ns.adobe.com/xdm/classes/plan

Plan business entity to collect data pertaining to plans (e.g. health plan, insurance plan).

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted classes/plan.schema.json

Schema Hierarchy

  • Plan https://ns.adobe.com/xdm/classes/plan

Plan Example

{}

Plan Properties

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

@id

Identifier

A unique identifier for the record.

@id

@id Type

string

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

xdm:planID

Plan ID

Unique identifier of the plan.

xdm:planID

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

xdm:planID Type

string

xdm:planName

Plan Name

Name of the plan.

xdm:planName

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

xdm:planName Type

string