DisplayName Data Type

A simple object to be used for drop-down lists and displays, where the object is an identifier and a displayed name.

Properties
name data type description
id string
name string

Example

{
  "id" : "...",
  "name" : "..."
}