Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 644 Bytes

author.md

File metadata and controls

33 lines (26 loc) · 644 Bytes

Author type

Author represents the properties of a unique author within the system.

JSON representation

Here is a JSON representation of {{Resource.Name}}.

{
  "id": "string",
  "displayName": "string"
}

Properties

Property Type Description
id String A unique identifier for the author.
displayName String The display name for the author.