SourceCreateResponse
Create result envelope. `source_id` is the new source's UUID — use it on future configure / delete endpoints when they ship.
Properties
source_idstringrequiredUUID of the newly created source.
namestringrequiredDisplay name echoed from the request (trimmed).
created_atstring <date-time>requiredUTC timestamp (ISO 8601) of source creation.
Example
SourceCreateResponse example
{
"source_id": "string",
"name": "string",
"created_at": "1970-01-01T00:00:00.000Z"
}