mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.5 KiB
1.5 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-form-definition-dynamic-schema-response | FormDefinitionDynamicSchemaResponse | FormDefinitionDynamicSchemaResponse | FormDefinitionDynamicSchemaResponse | powershellsdk |
|
/tools/sdk/powershell/beta/models/form-definition-dynamic-schema-response |
|
FormDefinitionDynamicSchemaResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| OutputSchema | [map[string]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | OutputSchema holds a JSON schema generated dynamically | [optional] |
Examples
- Prepare the resource
$FormDefinitionDynamicSchemaResponse = Initialize-BetaFormDefinitionDynamicSchemaResponse -OutputSchema {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}}
- Convert the resource to JSON
$FormDefinitionDynamicSchemaResponse | ConvertTo-JSON