mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
12 lines
271 B
YAML
12 lines
271 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: UUID
|
|
description: Non-Employee request id.
|
|
requester:
|
|
$ref: './IdentityReferenceWithId.yaml'
|
|
example:
|
|
type: "IDENTITY"
|
|
id: "2c9180866166b5b0016167c32ef31a66"
|
|
name: "William Smith" |