Files
api-specs/idn/beta/schemas/forms/FormDefinitionDynamicSchemaResponse.yaml
GitHub Action Bot 6499189f24 Automated commit 'Merge pull request #1324 from sailpoint/jalvarez/PLTFORMS-923
PLTFORMS-923: Add api docs for forms' by github action: 5592152758
2023-07-18 20:36:51 +00:00

27 lines
740 B
YAML

properties:
outputSchema:
additionalProperties: { }
description: OutputSchema holds a JSON schema generated dynamically
example:
outputSchema:
$schema: https://json-schema.org/draft/2020-12/schema
additionalProperties: false
properties:
firstName:
title: First Name
type: string
fullName:
title: Full Name
type: string
lastName:
title: Last Name
type: string
startDate:
format: date-time
title: Start Date
type: string
type: object
type: object
x-go-name: OutputSchema
type: object
x-go-package: github.com/sailpoint/sp-forms/domain