Files
api-specs/idn/beta/schemas/BaseCommonDto.yaml
GitHub Action Bot 7bdff85618 Automated commit 'PLTIN-3917: Updated API scopes (#1242)
PLTIN-3917: Updated API scopes' by github action: 4810361098
2023-04-26 15:12:47 +00:00

26 lines
563 B
YAML

type: object
required:
- name
properties:
id:
description: System-generated unique ID of the Object
type: string
example: id12345
readOnly: true
name:
description: Name of the Object
type: string
example: aName
created:
description: Creation date of the Object
type: string
format: date-time
readOnly: true
example: "2023-01-03T21:16:22.432Z"
modified:
description: Last modification date of the Object
type: string
format: date-time
readOnly: true
example: "2023-01-03T21:16:22.432Z"