Files
api-specs/idn/beta/schemas/forms/FormDefinitionFileUploadResponse.yaml
GitHub Action Bot 361f62d200 Automated commit 'Merge pull request #1490 from sailpoint/PLTFORMS-1911
PLTFORMS-1911: SP forms file functionality' by github action: 6906074136
2023-11-17 15:42:57 +00:00

18 lines
636 B
YAML

type: object
properties:
created:
type: string
description: Created is the date the file was uploaded
example: 2023-07-12T20:14:57.74486Z
x-go-name: Created
fileId:
type: string
description: fileId is a unique ULID that serves as an identifier for the form definition file
example: 01FHZXHK8PTP9FVK99Z66GXQTX.png
x-go-name: FileID
formDefinitionId:
type: string
description: FormDefinitionID is a unique guid identifying this form definition
example: 00000000-0000-0000-0000-000000000000
x-go-name: FormDefinitionID
x-go-package: github.com/sailpoint/sp-forms/internal/rest/response