mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
id: beta-form-definition-dynamic-schema-response
|
||||
title: FormDefinitionDynamicSchemaResponse
|
||||
pagination_label: FormDefinitionDynamicSchemaResponse
|
||||
sidebar_label: FormDefinitionDynamicSchemaResponse
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'FormDefinitionDynamicSchemaResponse', 'BetaFormDefinitionDynamicSchemaResponse']
|
||||
slug: /tools/sdk/python/beta/models/form-definition-dynamic-schema-response
|
||||
tags: ['SDK', 'Software Development Kit', 'FormDefinitionDynamicSchemaResponse', 'BetaFormDefinitionDynamicSchemaResponse']
|
||||
---
|
||||
|
||||
# FormDefinitionDynamicSchemaResponse
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**output_schema** | **map[string]object** | OutputSchema holds a JSON schema generated dynamically | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.form_definition_dynamic_schema_response import FormDefinitionDynamicSchemaResponse
|
||||
|
||||
form_definition_dynamic_schema_response = FormDefinitionDynamicSchemaResponse(
|
||||
output_schema={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}}
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user