mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
27 lines
740 B
YAML
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 |