Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 5.01 KB

File metadata and controls

18 lines (14 loc) · 5.01 KB

Badge

A JSON Schema for Badge object.

Fields

Field Type Required Description Example
created OffsetDateTime The ISO 8601 zoned date time when this record was created. 2017-01-02T02:00:00Z
createdBy Optional<String> The identifier of the user that created this record. hporter
lastModified OffsetDateTime The ISO 8601 zoned date time when this record was updated. 2019-02-12T03:00:00Z
lastModifiedBy Optional<String> The identifier of the user that last updated this record. hporter
id String ✔️ Id of a badge abc123
status BadgeStatus ✔️ Badge status Active
type BadgeType ✔️ Badge type Epc
attendee Attendee12 ✔️ The associated Attendee.
event Event3 ✔️ The Associated Event.