Files
api-specs/idn/beta/schemas/ApplicationReference.yaml
GitHub Action Bot 03c7b80a9e Automated commit 'Merge pull request #1469 from sailpoint/devrel-1185-2
Devrel 1185 2' by github action: 6736623414
2023-11-02 18:15:05 +00:00

17 lines
464 B
YAML

type: object
properties:
id:
type: string
format: UUID
description: ID of application.
example: 2c9180835d2e5168015d32f890ca1581
name:
type: string
description: Display name of the application.
example: Applied Research Application
description:
type: string
description: Description of the application.
example: Access to research information, lab results, and schematics
owner:
$ref: './AccessItemOwnerDto.yaml'