Skip to content

Latest commit

 

History

History
133 lines (71 loc) · 2.71 KB

atm.schema.md

File metadata and controls

133 lines (71 loc) · 2.71 KB

ATM Schema

https://ns.adobe.com/xdm/classes/fsi/atm

For ATM information such as active status, addrerss, ID and name.

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

Schema Hierarchy

  • ATM https://ns.adobe.com/xdm/classes/fsi/atm

ATM Example

{}

ATM Properties

Property Type Required Defined by
@id string Optional Record Schema
xdm:atmAddress Postal address Optional ATM (this schema)
xdm:atmID string Optional ATM (this schema)
xdm:atmName string Optional ATM (this schema)
xdm:isAtmActive boolean Optional ATM (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:atmAddress

ATM Address

Physicial address where the ATM is located.

xdm:atmAddress

  • is optional
  • type: Postal address
  • defined in this schema

xdm:atmAddress Type

xdm:atmID

ATM ID

ID associated with the ATM.

xdm:atmID

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

xdm:atmID Type

string

xdm:atmName

ATM Name

Name associated with the ATM.

xdm:atmName

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

xdm:atmName Type

string

xdm:isAtmActive

Is ATM Active

Yes/no if the ATM is currently active.

xdm:isAtmActive

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

xdm:isAtmActive Type

boolean