InlineLock0

InlineLock0
InlineLock0

A resource represents an individual object within the system, such as an app or a service. It is represented as a JSON object. A resource consists of several required resource fields and other attributes specific to the resource. See Resources and Experimental Resources for specific resources.

JSON Example
{
    "guid": "string",
    "created_at": "string",
    "updated_at": "string"
}
string As uuid As uuid
guid
Optional

The unique identifier for the resource

string As date-time As date-time
created_at
Optional

The ISO8601 compatible date and time when resource was created

string As date-time As date-time
updated_at
Optional

The ISO8601 compatible date and time when resource was last updated

Used By