> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Obtenir le formulaire

export const Scopes = ({scopes = []}) => {
  return <div>
      <div class="api-section-heading flex flex-col gap-y-4 w-full">
        <div class="flex items-baseline border-b pb-2.5 border-gray-100 dark:border-gray-800 w-full">
          <h4 class="api-section-heading-title flex-1 mb-0">Scopes</h4>
          <div class="flex items-center"></div>
        </div>
      </div>
      <div class="mt-4">
        <div class="space-y-4 whitespace-normal prose prose-sm prose-gray dark:prose-invert overflow-wrap-anywhere [&_*]:overflow-wrap-anywhere">
          <p class="whitespace-pre-line text-xs">
            {"Les scopes définissent les autorisations et les niveaux d’accès des requêtes d’API et des jetons d’authentification."}
          </p>
        </div>
      </div>
      <div class="flex font-mono text-sm group/param-head param-head break-all relative mt-6" id="scopes-scopes">
        <div class="flex-1 flex flex-col content-start py-0.5 mr-5">
          <div class="flex items-center flex-wrap gap-2">
            <div class="absolute -top-1.5">
              <a href="#scopes-scopes" class="-ml-10 flex items-center opacity-0 border-0 group-hover/param-head:opacity-100 focus:opacity-100 focus:outline-0 py-2 [.expandable-content_&]:-ml-[2.1rem] group/link" aria-label="Accéder à l’en-tête">
                ​
                <div class="w-6 h-6 rounded-md flex items-center justify-center shadow-sm text-gray-400 dark:text-white/50 dark:bg-background-dark dark:brightness-[1.35] dark:ring-1 dark:hover:brightness-150 bg-white ring-1 ring-gray-400/30 dark:ring-gray-700/25 hover:ring-gray-400/60 dark:hover:ring-white/20 group-focus/link:border-2 group-focus/link:border-primary dark:group-focus/link:border-primary-light">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="gray" height="12px" viewBox="0 0 576 512">
                    <path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z"></path>
                  </svg>
                </div>
              </a>
            </div>
            {scopes.map((scope, index) => {
    return <span class="flex items-center px-2 py-0.5 rounded-md bg-gray-100/50 dark:bg-white/5 text-gray-600 dark:text-gray-200 font-medium break-all" style={{
      lineHeight: "1rem",
      fontSize: "0.75rem",
      fontFamily: 'var(--font-jetbrains-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace'
    }} data-component-part="field-info-pill" key={index}>
                  {scope}
                </span>;
  })}
          </div>
        </div>
      </div>
    </div>;
};

export const ApiReleaseLifecycle = ({releaseLifecycle = "GA"}) => {
  const lifecycleMap = {
    ea: "Accès anticipé",
    ga: "Généralement disponible",
    deprecated: "Obsolète",
    planned: "Planifié",
    beta: "Bêta"
  };
  const LIFECYCLE_THEMES = {
    info: {
      light: {
        bg: "lab(91.896% .077188 -6.94053)",
        text: "lab(36.091% 25.9241 -68.0384)"
      },
      dark: {
        bg: "lab(16.0426% 6.71726 -27.2409)",
        text: "lab(72.6029% 4.08953 -41.9669)"
      }
    },
    secondary: {
      light: {
        bg: "lab(90.8548% 11.3355 8.01476)",
        text: "lab(47.5286% 56.4238 43.4706)"
      },
      dark: {
        bg: "lab(16.3609% 37.191 25.6346)",
        text: "lab(71.881% 41.5 29.4839)"
      }
    },
    danger: {
      light: {
        bg: "lab(94.7916% -.0000298023 0)",
        text: "lab(54.3656% 0 -.0000119209)"
      },
      dark: {
        bg: "lab(13.232% 0 0)",
        text: "lab(51.6164% 0 0)"
      }
    }
  };
  const LIFECYCLE_THEME_MAP = {
    ea: "info",
    ga: "info",
    beta: "info",
    deprecated: "secondary",
    planned: "danger"
  };
  const lifecycle = releaseLifecycle.toLocaleLowerCase();
  const lifecycleText = lifecycleMap[lifecycle];
  if (!lifecycleText) {
    return null;
  }
  const theme = LIFECYCLE_THEMES[LIFECYCLE_THEME_MAP[lifecycle]];
  return <div>
      <div className="api-section-heading flex flex-col gap-y-4 w-full">
        <div className="flex items-baseline border-b pb-2.5 border-gray-100 dark:border-gray-800 w-full">
          <h4 className="api-section-heading-title flex-1 mb-0">Cycle de vie de la version</h4>
        </div>
      </div>
      <div className="flex font-mono text-sm group/param-head param-head break-all relative mt-2.5" id="releaselifecycle-lifecycle">
        <div className="flex-1 flex flex-col content-start py-0.5 mr-5">
          <div className="flex items-center flex-wrap gap-2">
            <div className="absolute -top-1.5">
              <a href="#releaselifecycle-lifecycle" className="-ml-10 flex items-center opacity-0 border-0 group-hover/param-head:opacity-100 focus:opacity-100 focus:outline-0 py-2 [.expandable-content_&]:-ml-[2.1rem] group/link" aria-label="Accéder à l'en-tête">
                <div className="w-6 h-6 rounded-md flex items-center justify-center shadow-sm text-gray-400 dark:text-white/50 dark:bg-background-dark dark:brightness-[1.35] dark:ring-1 dark:hover:brightness-150 bg-white ring-1 ring-gray-400/30 dark:ring-gray-700/25 hover:ring-gray-400/60 dark:hover:ring-white/20 group-focus/link:border-2 group-focus/link:border-primary dark:group-focus/link:border-primary-light">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="gray" height="12px" viewBox="0 0 576 512">
                    <path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z"></path>
                  </svg>
                </div>
              </a>
            </div>
            <span className="inline-flex items-center w-fit font-medium gap-1 py-0.5 px-2 rounded-md" style={{
    lineHeight: "1rem",
    fontSize: "0.75rem",
    fontFamily: 'var(--font-jetbrains-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
    backgroundColor: `light-dark(${theme.light.bg}, ${theme.dark.bg})`,
    color: `light-dark(${theme.light.text}, ${theme.dark.text})`,
    borderColor: `light-dark(color-mix(in oklab, ${theme.light.text} 25%, transparent), color-mix(in oklab, ${theme.dark.text} 25%, transparent))`
  }}>
              {lifecycleText}
            </span>
          </div>
        </div>
      </div>
    </div>;
};

<ApiReleaseLifecycle releaseLifecycle="GA" />

<Scopes scopes={["read:forms"]} />


## OpenAPI

````yaml fr-CA/docs/oas/management/v2/management-api-oas.json GET /forms/{id}
openapi: 3.1.0
info:
  contact:
    name: Auth0 Support
    url: https://support.auth0.com
  description: Auth0 Management API v2.
  termsOfService: https://auth0.com/web-terms/
  title: Auth0 Management API
  version: '2.0'
servers:
  - url: https://{tenantDomain}/api/v2
    variables:
      tenantDomain:
        default: '{TENANT}.auth0.com'
        description: Domaine du locataire Auth0
security:
  - bearerAuth: []
externalDocs:
  description: Documentation de l’Auth0 Management API
  url: https://auth0.com/docs/api/management/v2/
paths:
  /forms/{id}:
    get:
      tags:
        - forms
      summary: Récupérer un formulaire
      operationId: get_form
      parameters:
        - description: ID du formulaire à récupérer.
          in: path
          name: id
          required: true
          schema:
            maxLength: 30
            type: string
        - description: >-
            Paramètre de requête permettant d’enrichir la réponse avec des
            données supplémentaires
          explode: true
          in: query
          name: hydrate
          schema:
            items:
              $ref: '#/components/schemas/FormsRequestParametersHydrateEnum'
            type: array
          style: form
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetFormResponseContent'
          description: Formulaire récupéré avec succès.
        '400':
          description: Chaîne de requête invalide. Le message varie selon la cause.
        '401':
          description: Jeton non valide.
          x-description-1: Invalid signature received for JSON Web Token validation.
          x-description-2: Client is not global.
        '403':
          description: "scope insuffisant\_; l’une des valeurs suivantes est requise\_: read:forms."
        '404':
          description: Le formulaire n’existe pas.
        '429':
          description: >-
            Trop de requêtes. Vérifiez les en-têtes X-RateLimit-Limit,
            X-RateLimit-Remaining et X-RateLimit-Reset.
      security:
        - bearerAuth: []
        - oAuth2ClientCredentials:
            - read:forms
      x-codeSamples:
        - label: Get a form
          lang: go
          source: |
            package example

            import (
                context "context"

                management "github.com/auth0/go-auth0/management/management"
                client "github.com/auth0/go-auth0/management/management/client"
                option "github.com/auth0/go-auth0/management/management/option"
            )

            func do() {
                client := client.NewClient(
                    option.WithToken(
                        "<token>",
                    ),
                )
                request := &management.GetFormRequestParameters{}
                client.Forms.Get(
                    context.TODO(),
                    "id",
                    request,
                )
            }
        - label: Get a form
          lang: typescript
          source: |
            import { ManagementClient } from "auth0";

            async function main() {
                const client = new ManagementClient({
                    token: "<token>",
                });
                await client.forms.get("id", {});
            }
            main();
        - label: Get a form
          lang: javascript
          source: |
            import { ManagementClient } from "auth0";

            async function main() {
                const client = new ManagementClient({
                    token: "<token>",
                });
                await client.forms.get("id", {});
            }
            main();
components:
  schemas:
    FormsRequestParametersHydrateEnum:
      enum:
        - flow_count
        - links
      maxLength: 50
      type: string
    GetFormResponseContent:
      additionalProperties: false
      properties:
        created_at:
          format: date-time
          type: string
        embedded_at:
          format: date
          type: string
        ending:
          $ref: '#/components/schemas/FormEndingNode'
        id:
          format: form-id
          maxLength: 30
          type: string
        languages:
          $ref: '#/components/schemas/FormLanguages'
        messages:
          $ref: '#/components/schemas/FormMessages'
        name:
          maxLength: 150
          minLength: 1
          type: string
        nodes:
          $ref: '#/components/schemas/FormNodeList'
        start:
          $ref: '#/components/schemas/FormStartNode'
        style:
          $ref: '#/components/schemas/FormStyle'
        submitted_at:
          format: date
          type: string
        translations:
          $ref: '#/components/schemas/FormTranslations'
        updated_at:
          format: date-time
          type: string
      required:
        - id
        - name
        - created_at
        - updated_at
      type: object
    FormEndingNode:
      additionalProperties: false
      properties:
        after_submit:
          $ref: '#/components/schemas/FormEndingNodeAfterSubmit'
        coordinates:
          $ref: '#/components/schemas/FormNodeCoordinates'
        redirection:
          $ref: '#/components/schemas/FormEndingNodeRedirection'
        resume_flow:
          $ref: '#/components/schemas/FormEndingNodeResumeFlowTrueConst'
      type: object
    FormLanguages:
      additionalProperties: false
      properties:
        default:
          maxLength: 55
          minLength: 1
          type: string
        primary:
          maxLength: 55
          minLength: 1
          type: string
      type: object
    FormMessages:
      additionalProperties: false
      properties:
        custom:
          $ref: '#/components/schemas/FormMessagesCustom'
        errors:
          $ref: '#/components/schemas/FormMessagesError'
      type: object
    FormNodeList:
      items:
        $ref: '#/components/schemas/FormNode'
      minItems: 0
      type: array
    FormStartNode:
      additionalProperties: false
      properties:
        coordinates:
          $ref: '#/components/schemas/FormNodeCoordinates'
        hidden_fields:
          items:
            $ref: '#/components/schemas/FormHiddenField'
          type: array
        next_node:
          $ref: '#/components/schemas/FormNodePointer'
      type: object
    FormStyle:
      additionalProperties: false
      properties:
        css:
          maxLength: 5000
          minLength: 1
          type: string
      type: object
    FormTranslations:
      additionalProperties:
        additionalProperties: true
        type: object
      type: object
    FormEndingNodeAfterSubmit:
      additionalProperties: false
      properties:
        flow_id:
          format: flow-id
          maxLength: 30
          type: string
      type: object
    FormNodeCoordinates:
      additionalProperties: false
      properties:
        x:
          maximum: 999999
          minimum: -999999
          type: integer
        'y':
          maximum: 999999
          minimum: -999999
          type: integer
      required:
        - x
        - 'y'
      type: object
    FormEndingNodeRedirection:
      additionalProperties: false
      properties:
        delay:
          maximum: 10
          minimum: 0
          type: integer
        target:
          maxLength: 1024
          minLength: 1
          type: string
      required:
        - target
      type: object
    FormEndingNodeResumeFlowTrueConst:
      enum:
        - true
      type: boolean
    FormMessagesCustom:
      additionalProperties:
        maxLength: 255
        minLength: 1
        type: string
      type: object
    FormMessagesError:
      additionalProperties:
        maxLength: 255
        minLength: 1
        type: string
      type: object
    FormNode:
      oneOf:
        - $ref: '#/components/schemas/FormFlow'
        - $ref: '#/components/schemas/FormRouter'
        - $ref: '#/components/schemas/FormStep'
      type: object
    FormHiddenField:
      additionalProperties: false
      properties:
        key:
          format: forms-custom-identifier
          type: string
        value:
          maxLength: 500
          minLength: 1
          type: string
      required:
        - key
      type: object
    FormNodePointer:
      oneOf:
        - format: forms-custom-identifier
          type: string
        - $ref: '#/components/schemas/FormEndingNodeId'
    FormFlow:
      additionalProperties: false
      properties:
        alias:
          maxLength: 150
          minLength: 1
          type: string
        config:
          $ref: '#/components/schemas/FormFlowConfig'
        coordinates:
          $ref: '#/components/schemas/FormNodeCoordinates'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormNodeTypeFlowConst'
      required:
        - id
        - type
        - config
      type: object
    FormRouter:
      additionalProperties: false
      properties:
        alias:
          maxLength: 150
          minLength: 1
          type: string
        config:
          $ref: '#/components/schemas/FormRouterConfig'
        coordinates:
          $ref: '#/components/schemas/FormNodeCoordinates'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormNodeTypeRouterConst'
      required:
        - id
        - type
      type: object
    FormStep:
      additionalProperties: false
      properties:
        alias:
          maxLength: 150
          minLength: 1
          type: string
        config:
          $ref: '#/components/schemas/FormStepConfig'
        coordinates:
          $ref: '#/components/schemas/FormNodeCoordinates'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormNodeTypeStepConst'
      required:
        - id
        - type
      type: object
    FormEndingNodeId:
      enum:
        - $ending
      type: string
    FormFlowConfig:
      additionalProperties: false
      properties:
        flow_id:
          format: flow-id
          maxLength: 30
          type: string
        next_node:
          $ref: '#/components/schemas/FormNodePointer'
      required:
        - flow_id
      type: object
    FormNodeTypeFlowConst:
      enum:
        - FLOW
      type: string
    FormRouterConfig:
      additionalProperties: false
      properties:
        fallback:
          $ref: '#/components/schemas/FormNodePointer'
        rules:
          items:
            $ref: '#/components/schemas/FormRouterRule'
          minItems: 0
          type: array
      type: object
    FormNodeTypeRouterConst:
      enum:
        - ROUTER
      type: string
    FormStepConfig:
      additionalProperties: false
      properties:
        components:
          $ref: '#/components/schemas/FormStepComponentList'
        next_node:
          $ref: '#/components/schemas/FormNodePointer'
      type: object
    FormNodeTypeStepConst:
      enum:
        - STEP
      type: string
    FormRouterRule:
      additionalProperties: false
      properties:
        alias:
          maxLength: 150
          minLength: 1
          type: string
        condition: {}
        id:
          format: forms-custom-identifier
          type: string
        next_node:
          $ref: '#/components/schemas/FormNodePointer'
      required:
        - id
        - condition
      type: object
    FormStepComponentList:
      items:
        $ref: '#/components/schemas/FormComponent'
      type: array
    FormComponent:
      oneOf:
        - $ref: '#/components/schemas/FormBlock'
        - $ref: '#/components/schemas/FormWidget'
        - $ref: '#/components/schemas/FormField'
      type: object
    FormBlock:
      oneOf:
        - $ref: '#/components/schemas/FormBlockDivider'
        - $ref: '#/components/schemas/FormBlockHtml'
        - $ref: '#/components/schemas/FormBlockImage'
        - $ref: '#/components/schemas/FormBlockJumpButton'
        - $ref: '#/components/schemas/FormBlockResendButton'
        - $ref: '#/components/schemas/FormBlockNextButton'
        - $ref: '#/components/schemas/FormBlockPreviousButton'
        - $ref: '#/components/schemas/FormBlockRichText'
      type: object
    FormWidget:
      oneOf:
        - $ref: '#/components/schemas/FormWidgetAuth0VerifiableCredentials'
        - $ref: '#/components/schemas/FormWidgetGMapsAddress'
        - $ref: '#/components/schemas/FormWidgetRecaptcha'
      type: object
    FormField:
      oneOf:
        - $ref: '#/components/schemas/FormFieldBoolean'
        - $ref: '#/components/schemas/FormFieldCards'
        - $ref: '#/components/schemas/FormFieldChoice'
        - $ref: '#/components/schemas/FormFieldCustom'
        - $ref: '#/components/schemas/FormFieldDate'
        - $ref: '#/components/schemas/FormFieldDropdown'
        - $ref: '#/components/schemas/FormFieldEmail'
        - $ref: '#/components/schemas/FormFieldFile'
        - $ref: '#/components/schemas/FormFieldLegal'
        - $ref: '#/components/schemas/FormFieldNumber'
        - $ref: '#/components/schemas/FormFieldPassword'
        - $ref: '#/components/schemas/FormFieldPayment'
        - $ref: '#/components/schemas/FormFieldSocial'
        - $ref: '#/components/schemas/FormFieldTel'
        - $ref: '#/components/schemas/FormFieldText'
        - $ref: '#/components/schemas/FormFieldUrl'
      type: object
    FormBlockDivider:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryBlockConst'
        config:
          $ref: '#/components/schemas/FormBlockDividerConfig'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormBlockTypeDividerConst'
      required:
        - id
        - category
        - type
      type: object
    FormBlockHtml:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryBlockConst'
        config:
          $ref: '#/components/schemas/FormBlockHtmlConfig'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormBlockTypeHtmlConst'
      required:
        - id
        - category
        - type
      type: object
    FormBlockImage:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryBlockConst'
        config:
          $ref: '#/components/schemas/FormBlockImageConfig'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormBlockTypeImageConst'
      required:
        - id
        - category
        - type
      type: object
    FormBlockJumpButton:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryBlockConst'
        config:
          $ref: '#/components/schemas/FormBlockJumpButtonConfig'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormBlockTypeJumpButtonConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormBlockResendButton:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryBlockConst'
        config:
          $ref: '#/components/schemas/FormBlockResendButtonConfig'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormBlockTypeResendButtonConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormBlockNextButton:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryBlockConst'
        config:
          $ref: '#/components/schemas/FormBlockNextButtonConfig'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormBlockTypeNextButtonConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormBlockPreviousButton:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryBlockConst'
        config:
          $ref: '#/components/schemas/FormBlockPreviousButtonConfig'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormBlockTypePreviousButtonConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormBlockRichText:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryBlockConst'
        config:
          $ref: '#/components/schemas/FormBlockRichTextConfig'
        id:
          format: forms-custom-identifier
          type: string
        type:
          $ref: '#/components/schemas/FormBlockTypeRichTextConst'
      required:
        - id
        - category
        - type
      type: object
    FormWidgetAuth0VerifiableCredentials:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryWidgetConst'
        config:
          $ref: '#/components/schemas/FormWidgetAuth0VerifiableCredentialsConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormWidgetTypeAuth0VerifiableCredentialsConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormWidgetGMapsAddress:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryWidgetConst'
        config:
          $ref: '#/components/schemas/FormWidgetGMapsAddressConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormWidgetTypeGMapsAddressConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormWidgetRecaptcha:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryWidgetConst'
        config:
          $ref: '#/components/schemas/FormWidgetRecaptchaConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormWidgetTypeRecaptchaConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormFieldBoolean:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldBooleanConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeBooleanConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormFieldCards:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldCardsConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeCardsConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldChoice:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldChoiceConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeChoiceConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldCustom:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldCustomConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeCustomConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormFieldDate:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldDateConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeDateConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormFieldDropdown:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldDropdownConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeDropdownConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldEmail:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldEmailConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeEmailConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldFile:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldFileConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeFileConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldLegal:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldLegalConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeLegalConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldNumber:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldNumberConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeNumberConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldPassword:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldPasswordConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypePasswordConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormFieldPayment:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldPaymentConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypePaymentConst'
      required:
        - id
        - category
        - type
        - config
      type: object
    FormFieldSocial:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldSocialConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeSocialConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldTel:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldTelConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeTelConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldText:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldTextConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeTextConst'
      required:
        - id
        - category
        - type
      type: object
    FormFieldUrl:
      additionalProperties: false
      properties:
        category:
          $ref: '#/components/schemas/FormComponentCategoryFieldConst'
        config:
          $ref: '#/components/schemas/FormFieldUrlConfig'
        hint:
          maxLength: 500
          minLength: 1
          type: string
        id:
          format: forms-custom-identifier
          type: string
        label:
          minLength: 1
          type: string
        required:
          type: boolean
        sensitive:
          type: boolean
        type:
          $ref: '#/components/schemas/FormFieldTypeUrlConst'
      required:
        - id
        - category
        - type
      type: object
    FormComponentCategoryBlockConst:
      enum:
        - BLOCK
      type: string
    FormBlockDividerConfig:
      additionalProperties: false
      properties:
        text:
          maxLength: 50
          type: string
      type: object
    FormBlockTypeDividerConst:
      enum:
        - DIVIDER
      type: string
    FormBlockHtmlConfig:
      additionalProperties: false
      properties:
        content:
          maxLength: 10000
          type: string
      type: object
    FormBlockTypeHtmlConst:
      enum:
        - HTML
      type: string
    FormBlockImageConfig:
      additionalProperties: false
      properties:
        height:
          maximum: 500
          minimum: 1
          type: number
        position:
          $ref: '#/components/schemas/FormBlockImageConfigPositionEnum'
        src:
          maxLength: 500
          type: string
      required:
        - src
      type: object
    FormBlockTypeImageConst:
      enum:
        - IMAGE
      type: string
    FormBlockJumpButtonConfig:
      additionalProperties: false
      properties:
        next_node:
          $ref: '#/components/schemas/FormNodePointer'
        style:
          $ref: '#/components/schemas/FormBlockJumpButtonConfigStyle'
        text:
          maxLength: 150
          type: string
      required:
        - text
        - next_node
      type: object
    FormBlockTypeJumpButtonConst:
      enum:
        - JUMP_BUTTON
      type: string
    FormBlockResendButtonConfig:
      additionalProperties: false
      properties:
        active_text:
          maxLength: 255
          minLength: 1
          type: string
        button_text:
          maxLength: 255
          minLength: 1
          type: string
        flow_id:
          format: flow-id
          maxLength: 30
          type: string
        max_attempts:
          maximum: 10
          minimum: 1
          type: number
        text_alignment:
          $ref: '#/components/schemas/FormBlockResendButtonConfigTextAlignmentEnum'
        waiting_text:
          maxLength: 255
          minLength: 1
          type: string
        waiting_time:
          maximum: 60
          minimum: 1
          type: number
      required:
        - active_text
        - button_text
        - waiting_text
        - flow_id
      type: object
    FormBlockTypeResendButtonConst:
      enum:
        - RESEND_BUTTON
      type: string
    FormBlockNextButtonConfig:
      additionalProperties: false
      properties:
        text:
          maxLength: 150
          type: string
      required:
        - text
      type: object
    FormBlockTypeNextButtonConst:
      enum:
        - NEXT_BUTTON
      type: string
    FormBlockPreviousButtonConfig:
      additionalProperties: false
      properties:
        text:
          maxLength: 150
          type: string
      required:
        - text
      type: object
    FormBlockTypePreviousButtonConst:
      enum:
        - PREVIOUS_BUTTON
      type: string
    FormBlockRichTextConfig:
      additionalProperties: false
      properties:
        content:
          maxLength: 10000
          type: string
      type: object
    FormBlockTypeRichTextConst:
      enum:
        - RICH_TEXT
      type: string
    FormComponentCategoryWidgetConst:
      enum:
        - WIDGET
      type: string
    FormWidgetAuth0VerifiableCredentialsConfig:
      additionalProperties: false
      properties:
        access_token:
          maxLength: 5000
          minLength: 1
          type: string
        alternate_text:
          maxLength: 255
          minLength: 1
          type: string
        max_wait:
          maximum: 600
          minimum: 60
          type: number
        size:
          maximum: 500
          minimum: 1
          type: number
        url:
          maxLength: 2000
          type: string
        verification_id:
          maxLength: 255
          minLength: 1
          type: string
      required:
        - url
        - alternate_text
        - access_token
        - verification_id
      type: object
    FormWidgetTypeAuth0VerifiableCredentialsConst:
      enum:
        - AUTH0_VERIFIABLE_CREDENTIALS
      type: string
    FormWidgetGMapsAddressConfig:
      additionalProperties: false
      properties:
        api_key:
          minLength: 1
          type: string
      required:
        - api_key
      type: object
    FormWidgetTypeGMapsAddressConst:
      enum:
        - GMAPS_ADDRESS
      type: string
    FormWidgetRecaptchaConfig:
      additionalProperties: false
      properties:
        secret_key:
          minLength: 1
          type: string
        site_key:
          minLength: 1
          type: string
      required:
        - site_key
        - secret_key
      type: object
    FormWidgetTypeRecaptchaConst:
      enum:
        - RECAPTCHA
      type: string
    FormComponentCategoryFieldConst:
      enum:
        - FIELD
      type: string
    FormFieldBooleanConfig:
      additionalProperties: false
      properties:
        default_value:
          type: boolean
        options:
          $ref: '#/components/schemas/FormFieldBooleanConfigOptions'
      type: object
    FormFieldTypeBooleanConst:
      enum:
        - BOOLEAN
      type: string
    FormFieldCardsConfig:
      additionalProperties: false
      properties:
        default_value: {}
        hide_labels:
          type: boolean
        multiple:
          type: boolean
        options:
          items:
            $ref: '#/components/schemas/FormFieldCardsConfigOption'
          minItems: 0
          type: array
      type: object
    FormFieldTypeCardsConst:
      enum:
        - CARDS
      type: string
    FormFieldChoiceConfig:
      additionalProperties: false
      properties:
        allow_other:
          $ref: '#/components/schemas/FormFieldChoiceConfigAllowOther'
        default_value: {}
        multiple:
          type: boolean
        options:
          items:
            $ref: '#/components/schemas/FormFieldChoiceConfigOption'
          minItems: 0
          type: array
      type: object
    FormFieldTypeChoiceConst:
      enum:
        - CHOICE
      type: string
    FormFieldCustomConfig:
      additionalProperties: false
      properties:
        code:
          minLength: 1
          type: string
        css:
          minLength: 1
          type: string
        params:
          $ref: '#/components/schemas/FormFieldCustomConfigParams'
        schema:
          $ref: '#/components/schemas/FormFieldCustomConfigSchema'
      required:
        - schema
        - code
      type: object
    FormFieldTypeCustomConst:
      enum:
        - CUSTOM
      type: string
    FormFieldDateConfig:
      additionalProperties: false
      properties:
        default_value:
          type: string
        format:
          $ref: '#/components/schemas/FormFieldDateConfigFormatEnum'
      type: object
    FormFieldTypeDateConst:
      enum:
        - DATE
      type: string
    FormFieldDropdownConfig:
      additionalProperties: false
      properties:
        default_value: {}
        multiple:
          type: boolean
        options:
          items:
            $ref: '#/components/schemas/FormFieldDropdownConfigOption'
          minItems: 0
          type: array
        placeholder:
          maxLength: 500
          minLength: 1
          type: string
      type: object
    FormFieldTypeDropdownConst:
      enum:
        - DROPDOWN
      type: string
    FormFieldEmailConfig:
      additionalProperties: false
      properties:
        default_value:
          minLength: 1
          type: string
        placeholder:
          maxLength: 500
          minLength: 1
          type: string
      type: object
    FormFieldTypeEmailConst:
      enum:
        - EMAIL
      type: string
    FormFieldFileConfig:
      additionalProperties: false
      properties:
        categories:
          items:
            $ref: '#/components/schemas/FormFieldFileConfigCategoryEnum'
          type: array
        extensions:
          items:
            format: forms-file-extension
            maxLength: 50
            type: string
          type: array
        maxFiles:
          minimum: 1
          type: integer
        maxSize:
          minimum: 1024
          type: integer
        multiple:
          type: boolean
        storage:
          $ref: '#/components/schemas/FormFieldFileConfigStorage'
      type: object
    FormFieldTypeFileConst:
      enum:
        - FILE
      type: string
    FormFieldLegalConfig:
      additionalProperties: false
      properties:
        text:
          maxLength: 10000
          minLength: 1
          type: string
      type: object
    FormFieldTypeLegalConst:
      enum:
        - LEGAL
      type: string
    FormFieldNumberConfig:
      additionalProperties: false
      properties:
        default_value:
          type: number
        max_value:
          type: number
        min_value:
          type: number
        placeholder:
          maxLength: 500
          minLength: 1
          type: string
      type: object
    FormFieldTypeNumberConst:
      enum:
        - NUMBER
      type: string
    FormFieldPasswordConfig:
      additionalProperties: false
      properties:
        complexity:
          type: boolean
        hash:
          $ref: '#/components/schemas/FormFieldPasswordConfigHashEnum'
        max_length:
          minimum: 1
          type: integer
        min_length:
          minimum: 1
          type: integer
        nist:
          type: boolean
        placeholder:
          maxLength: 500
          type: string
        strength_meter:
          type: boolean
      type: object
    FormFieldTypePasswordConst:
      enum:
        - PASSWORD
      type: string
    FormFieldPaymentConfig:
      additionalProperties: false
      properties:
        charge:
          $ref: '#/components/schemas/FormFieldPaymentConfigCharge'
        credentials:
          $ref: '#/components/schemas/FormFieldPaymentConfigCredentials'
        customer:
          $ref: '#/components/schemas/FormFieldPaymentConfigCustomer'
        fields:
          $ref: '#/components/schemas/FormFieldPaymentConfigFields'
        provider:
          $ref: '#/components/schemas/FormFieldPaymentConfigProviderEnum'
      required:
        - charge
        - credentials
      type: object
    FormFieldTypePaymentConst:
      enum:
        - PAYMENT
      type: string
    FormFieldSocialConfig:
      additionalProperties: false
      properties: {}
      type: object
    FormFieldTypeSocialConst:
      enum:
        - SOCIAL
      type: string
    FormFieldTelConfig:
      additionalProperties: false
      allOf:
        - additionalProperties: true
          type: object
        - additionalProperties: true
          type: object
        - additionalProperties: true
          type: object
      properties:
        country_picker:
          type: boolean
        default_value:
          type: string
        max_length:
          minimum: 1
          type: integer
        min_length:
          minimum: 1
          type: integer
        placeholder:
          maxLength: 500
          type: string
        strings:
          $ref: '#/components/schemas/FormFieldTelConfigStrings'
      type: object
    FormFieldTypeTelConst:
      enum:
        - TEL
      type: string
    FormFieldTextConfig:
      additionalProperties: false
      allOf:
        - additionalProperties: true
          type: object
        - additionalProperties: true
          type: object
        - additionalProperties: true
          type: object
      properties:
        default_value:
          minLength: 1
          type: string
        max_length:
          minimum: 1
          type: integer
        min_length:
          minimum: 1
          type: integer
        multiline:
          type: boolean
        placeholder:
          maxLength: 500
          minLength: 1
          type: string
      type: object
    FormFieldTypeTextConst:
      enum:
        - TEXT
      type: string
    FormFieldUrlConfig:
      additionalProperties: false
      properties:
        default_value:
          minLength: 1
          type: string
        placeholder:
          maxLength: 500
          minLength: 1
          type: string
      type: object
    FormFieldTypeUrlConst:
      enum:
        - URL
      type: string
    FormBlockImageConfigPositionEnum:
      enum:
        - LEFT
        - CENTER
        - RIGHT
      type: string
    FormBlockJumpButtonConfigStyle:
      additionalProperties: false
      properties:
        background_color:
          format: forms-hex-color
          type: string
      type: object
    FormBlockResendButtonConfigTextAlignmentEnum:
      enum:
        - LEFT
        - CENTER
        - RIGHT
      type: string
    FormFieldBooleanConfigOptions:
      additionalProperties: false
      properties:
        'false':
          maxLength: 50
          minLength: 1
          type: string
        'true':
          maxLength: 50
          minLength: 1
          type: string
      type: object
    FormFieldCardsConfigOption:
      additionalProperties: false
      properties:
        image_url:
          format: forms-url-https
          type: string
        label:
          minLength: 1
          type: string
        value:
          minLength: 1
          type: string
      required:
        - value
        - label
        - image_url
      type: object
    FormFieldChoiceConfigAllowOther:
      additionalProperties: false
      properties:
        enabled:
          $ref: '#/components/schemas/FormFieldChoiceConfigAllowOtherEnabledTrueEnum'
        label:
          minLength: 1
          type: string
        placeholder:
          minLength: 1
          type: string
      type: object
    FormFieldChoiceConfigOption:
      additionalProperties: false
      properties:
        label:
          minLength: 1
          type: string
        value:
          minLength: 1
          type: string
      required:
        - value
        - label
      type: object
    FormFieldCustomConfigParams:
      additionalProperties:
        type: string
      type: object
    FormFieldCustomConfigSchema:
      additionalProperties: true
      type: object
    FormFieldDateConfigFormatEnum:
      enum:
        - DATE
        - TIME
      type: string
    FormFieldDropdownConfigOption:
      additionalProperties: false
      properties:
        label:
          minLength: 1
          type: string
        value:
          minLength: 1
          type: string
      required:
        - value
        - label
      type: object
    FormFieldFileConfigCategoryEnum:
      enum:
        - AUDIO
        - VIDEO
        - IMAGE
        - DOCUMENT
        - ARCHIVE
      type: string
    FormFieldFileConfigStorage:
      additionalProperties: true
      properties:
        type:
          $ref: '#/components/schemas/FormFieldFileConfigStorageTypeEnum'
      required:
        - type
      type: object
    FormFieldPasswordConfigHashEnum:
      enum:
        - NONE
        - MD5
        - SHA1
        - SHA256
        - SHA512
      type: string
    FormFieldPaymentConfigCharge:
      oneOf:
        - $ref: '#/components/schemas/FormFieldPaymentConfigChargeOneOff'
        - additionalProperties: false
          properties:
            subscription:
              $ref: '#/components/schemas/FormFieldPaymentConfigSubscription'
            type:
              $ref: >-
                #/components/schemas/FormFieldPaymentConfigChargeTypeSubscriptionConst
          required:
            - type
            - subscription
          type: object
      type: object
    FormFieldPaymentConfigCredentials:
      additionalProperties: false
      properties:
        private_key:
          maxLength: 250
          minLength: 1
          type: string
        public_key:
          maxLength: 250
          minLength: 1
          type: string
      required:
        - public_key
        - private_key
      type: object
    FormFieldPaymentConfigCustomer:
      additionalProperties: true
      type: object
    FormFieldPaymentConfigFields:
      additionalProperties: false
      properties:
        card_number:
          $ref: '#/components/schemas/FormFieldPaymentConfigFieldProperties'
        expiration_date:
          $ref: '#/components/schemas/FormFieldPaymentConfigFieldProperties'
        security_code:
          $ref: '#/components/schemas/FormFieldPaymentConfigFieldProperties'
        trustmarks:
          type: boolean
      type: object
    FormFieldPaymentConfigProviderEnum:
      enum:
        - STRIPE
      type: string
    FormFieldTelConfigStrings:
      additionalProperties: false
      properties:
        filter_placeholder:
          minLength: 1
          type: string
      type: object
    FormFieldChoiceConfigAllowOtherEnabledTrueEnum:
      enum:
        - true
      type: boolean
    FormFieldFileConfigStorageTypeEnum:
      enum:
        - MANAGED
        - CUSTOM
      type: string
    FormFieldPaymentConfigChargeOneOff:
      additionalProperties: false
      properties:
        one_off:
          $ref: '#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOff'
        type:
          $ref: '#/components/schemas/FormFieldPaymentConfigChargeTypeOneOffConst'
      required:
        - type
        - one_off
      type: object
    FormFieldPaymentConfigSubscription:
      additionalProperties: true
      type: object
    FormFieldPaymentConfigChargeTypeSubscriptionConst:
      enum:
        - SUBSCRIPTION
      type: string
    FormFieldPaymentConfigFieldProperties:
      additionalProperties: false
      properties:
        label:
          maxLength: 250
          minLength: 1
          type: string
        placeholder:
          maxLength: 250
          minLength: 1
          type: string
      type: object
    FormFieldPaymentConfigChargeOneOffOneOff:
      additionalProperties: true
      properties:
        amount:
          $ref: '#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOffAmount'
        currency:
          $ref: '#/components/schemas/FormFieldPaymentConfigChargeOneOffCurrencyEnum'
      required:
        - amount
        - currency
      type: object
    FormFieldPaymentConfigChargeTypeOneOffConst:
      enum:
        - ONE_OFF
      type: string
    FormFieldPaymentConfigChargeOneOffOneOffAmount:
      oneOf:
        - minLength: 1
          type: string
        - minimum: 0.01
          type: number
    FormFieldPaymentConfigChargeOneOffCurrencyEnum:
      enum:
        - AUD
        - CAD
        - CHF
        - EUR
        - GBP
        - INR
        - MXN
        - SEK
        - USD
      type: string
  securitySchemes:
    bearerAuth:
      bearerFormat: jwt
      scheme: bearer
      type: http
    oAuth2ClientCredentials:
      flows:
        clientCredentials:
          scopes:
            create:actions: Create Actions
            create:authentication_methods: Create Authentication Methods
            create:client_credentials: Create Client Credentials
            create:client_grants: Create Client Grants
            create:clients: Create Clients
            create:connection_profiles: Create Connection Profiles
            create:connections: Create Connections
            create:connections_keys: Create Connections Keys
            create:current_user_device_credentials: Create Current User Device Credentials
            create:custom_domains: Create Custom Domains
            create:custom_signing_keys: Create Custom Signing Keys
            create:directory_provisionings: Create Directory Provisionings
            create:email_provider: Create Email Provider
            create:email_templates: Create Email Templates
            create:encryption_keys: Create Encryption Keys
            create:event_streams: Create Event Streams
            create:experimentation: Create Experimentation
            create:flows: Create Flows
            create:flows_vault_connections: Create Flows Vault Connections
            create:forms: Create Forms
            create:group_roles: Create Group Roles
            create:guardian_enrollment_tickets: Create Guardian Enrollment Tickets
            create:hooks: Create Hooks
            create:log_streams: Create Log Streams
            create:network_acls: Create Network Acls
            create:organization_client_grants: Create Organization Client Grants
            create:organization_connections: Create Organization Connections
            create:organization_discovery_domains: Create Organization Discovery Domains
            create:organization_group_roles: Create Organization Group Roles
            create:organization_invitations: Create Organization Invitations
            create:organization_member_roles: Create Organization Member Roles
            create:organization_members: Create Organization Members
            create:organizations: Create Organizations
            create:phone_providers: Create Phone Providers
            create:phone_templates: Create Phone Templates
            create:rate_limit_policies: Create Rate Limit Policies
            create:resource_servers: Create Resource Servers
            create:role_members: Create Role Members
            create:roles: Create Roles
            create:rules: Create Rules
            create:scim_config: Create Scim Config
            create:scim_token: Create Scim Token
            create:self_service_profiles: Create Self Service Profiles
            create:signing_keys: Create Signing Keys
            create:sso_access_tickets: Create Sso Access Tickets
            create:token_exchange_profiles: Create Token Exchange Profiles
            create:user_attribute_profiles: Create User Attribute Profiles
            create:user_tickets: Create User Tickets
            create:users: Create Users
            create:vdcs_templates: Create Vdcs Templates
            delete:actions: Delete Actions
            delete:anomaly_blocks: Delete Anomaly Blocks
            delete:authentication_methods: Delete Authentication Methods
            delete:branding: Delete Branding
            delete:client_credentials: Delete Client Credentials
            delete:client_grants: Delete Client Grants
            delete:clients: Delete Clients
            delete:connection_profiles: Delete Connection Profiles
            delete:connections: Delete Connections
            delete:current_user: Delete Current User
            delete:current_user_device_credentials: Delete Current User Device Credentials
            delete:custom_domains: Delete Custom Domains
            delete:custom_signing_keys: Delete Custom Signing Keys
            delete:device_credentials: Delete Device Credentials
            delete:directory_provisionings: Delete Directory Provisionings
            delete:email_provider: Delete Email Provider
            delete:encryption_keys: Delete Encryption Keys
            delete:event_streams: Delete Event Streams
            delete:experimentation: Delete Experimentation
            delete:federated_connections_tokens: Delete Federated Connections Tokens
            delete:flows: Delete Flows
            delete:flows_executions: Delete Flows Executions
            delete:flows_vault_connections: Delete Flows Vault Connections
            delete:forms: Delete Forms
            delete:grants: Delete Grants
            delete:group_roles: Delete Group Roles
            delete:groups: Delete Groups
            delete:guardian_enrollments: Delete Guardian Enrollments
            delete:hooks: Delete Hooks
            delete:log_streams: Delete Log Streams
            delete:network_acls: Delete Network Acls
            delete:organization_client_grants: Delete Organization Client Grants
            delete:organization_connections: Delete Organization Connections
            delete:organization_discovery_domains: Delete Organization Discovery Domains
            delete:organization_group_roles: Delete Organization Group Roles
            delete:organization_invitations: Delete Organization Invitations
            delete:organization_member_roles: Delete Organization Member Roles
            delete:organization_members: Delete Organization Members
            delete:organizations: Delete Organizations
            delete:phone_providers: Delete Phone Providers
            delete:phone_templates: Delete Phone Templates
            delete:rate_limit_policies: Delete Rate Limit Policies
            delete:refresh_tokens: Delete Refresh Tokens
            delete:resource_servers: Delete Resource Servers
            delete:role_members: Delete Role Members
            delete:roles: Delete Roles
            delete:rules: Delete Rules
            delete:rules_configs: Delete Rules Configs
            delete:scim_config: Delete Scim Config
            delete:scim_token: Delete Scim Token
            delete:self_service_profiles: Delete Self Service Profiles
            delete:sessions: Delete Sessions
            delete:sso_access_tickets: Delete Sso Access Tickets
            delete:token_exchange_profiles: Delete Token Exchange Profiles
            delete:user_attribute_profiles: Delete User Attribute Profiles
            delete:users: Delete Users
            delete:vdcs_templates: Delete Vdcs Templates
            read:actions: Read Actions
            read:anomaly_blocks: Read Anomaly Blocks
            read:attack_protection: Read Attack Protection
            read:authentication_methods: Read Authentication Methods
            read:branding: Read Branding
            read:client_credentials: Read Client Credentials
            read:client_grants: Read Client Grants
            read:client_keys: Read Client Keys
            read:client_summary: Read Client Summary
            read:clients: Read Clients
            read:connection_profiles: Read Connection Profiles
            read:connections: Read Connections
            read:connections_keys: Read Connections Keys
            read:current_user: Read Current User
            read:custom_domains: Read Custom Domains
            read:custom_signing_keys: Read Custom Signing Keys
            read:device_credentials: Read Device Credentials
            read:directory_provisionings: Read Directory Provisionings
            read:email_provider: Read Email Provider
            read:email_templates: Read Email Templates
            read:encryption_keys: Read Encryption Keys
            read:event_deliveries: Read Event Deliveries
            read:event_streams: Read Event Streams
            read:events: Read Events
            read:experimentation: Read Experimentation
            read:federated_connections_tokens: Read Federated Connections Tokens
            read:flows: Read Flows
            read:flows_executions: Read Flows Executions
            read:flows_vault_connections: Read Flows Vault Connections
            read:forms: Read Forms
            read:grants: Read Grants
            read:group_members: Read Group Members
            read:group_roles: Read Group Roles
            read:groups: Read Groups
            read:guardian_enrollments: Read Guardian Enrollments
            read:guardian_factors: Read Guardian Factors
            read:hooks: Read Hooks
            read:log_streams: Read Log Streams
            read:logs: Read Logs
            read:logs_users: Read Logs Users
            read:mfa_policies: Read Mfa Policies
            read:network_acls: Read Network Acls
            read:organization_client_grants: Read Organization Client Grants
            read:organization_connections: Read Organization Connections
            read:organization_discovery_domains: Read Organization Discovery Domains
            read:organization_group_roles: Read Organization Group Roles
            read:organization_groups: Read Organization Groups
            read:organization_invitations: Read Organization Invitations
            read:organization_member_effective_roles: Read Organization Member Effective Roles
            read:organization_member_role_source_groups: Read Organization Member Role Source Groups
            read:organization_member_roles: Read Organization Member Roles
            read:organization_members: Read Organization Members
            read:organizations: Read Organizations
            read:organizations_summary: Read Organizations Summary
            read:phone_providers: Read Phone Providers
            read:phone_templates: Read Phone Templates
            read:prompts: Read Prompts
            read:rate_limit_policies: Read Rate Limit Policies
            read:refresh_tokens: Read Refresh Tokens
            read:resource_servers: Read Resource Servers
            read:role_members: Read Role Members
            read:roles: Read Roles
            read:rules: Read Rules
            read:rules_configs: Read Rules Configs
            read:scim_config: Read Scim Config
            read:scim_token: Read Scim Token
            read:self_service_profile_custom_texts: Read Self Service Profile Custom Texts
            read:self_service_profiles: Read Self Service Profiles
            read:sessions: Read Sessions
            read:signing_keys: Read Signing Keys
            read:stats: Read Stats
            read:tenant_settings: Read Tenant Settings
            read:token_exchange_profiles: Read Token Exchange Profiles
            read:user_attribute_profiles: Read User Attribute Profiles
            read:user_effective_permissions: Read User Effective Permissions
            read:user_effective_roles: Read User Effective Roles
            read:user_idp_tokens: Read User Idp Tokens
            read:user_permission_source_roles: Read User Permission Source Roles
            read:user_role_source_groups: Read User Role Source Groups
            read:users: Read Users
            read:vdcs_templates: Read Vdcs Templates
            update:actions: Update Actions
            update:attack_protection: Update Attack Protection
            update:authentication_methods: Update Authentication Methods
            update:branding: Update Branding
            update:client_credentials: Update Client Credentials
            update:client_grants: Update Client Grants
            update:client_keys: Update Client Keys
            update:client_token_vault_privileged_access: Update Client Token Vault Privileged Access
            update:clients: Update Clients
            update:connection_profiles: Update Connection Profiles
            update:connections: Update Connections
            update:connections_keys: Update Connections Keys
            update:current_user_identities: Update Current User Identities
            update:current_user_metadata: Update Current User Metadata
            update:custom_domains: Update Custom Domains
            update:custom_signing_keys: Update Custom Signing Keys
            update:directory_provisionings: Update Directory Provisionings
            update:email_provider: Update Email Provider
            update:email_templates: Update Email Templates
            update:encryption_keys: Update Encryption Keys
            update:event_deliveries: Update Event Deliveries
            update:event_streams: Update Event Streams
            update:experimentation: Update Experimentation
            update:flows: Update Flows
            update:flows_vault_connections: Update Flows Vault Connections
            update:forms: Update Forms
            update:guardian_factors: Update Guardian Factors
            update:hooks: Update Hooks
            update:log_streams: Update Log Streams
            update:mfa_policies: Update Mfa Policies
            update:network_acls: Update Network Acls
            update:organization_connections: Update Organization Connections
            update:organization_discovery_domains: Update Organization Discovery Domains
            update:organizations: Update Organizations
            update:phone_providers: Update Phone Providers
            update:phone_templates: Update Phone Templates
            update:prompts: Update Prompts
            update:rate_limit_policies: Update Rate Limit Policies
            update:refresh_tokens: Update Refresh Tokens
            update:resource_servers: Update Resource Servers
            update:roles: Update Roles
            update:rules: Update Rules
            update:rules_configs: Update Rules Configs
            update:scim_config: Update Scim Config
            update:self_service_profile_custom_texts: Update Self Service Profile Custom Texts
            update:self_service_profiles: Update Self Service Profiles
            update:sessions: Update Sessions
            update:signing_keys: Update Signing Keys
            update:tenant_settings: Update Tenant Settings
            update:token_exchange_profiles: Update Token Exchange Profiles
            update:user_attribute_profiles: Update User Attribute Profiles
            update:users: Update Users
            update:users_app_metadata: Update Users App Metadata
            update:vdcs_templates: Update Vdcs Templates
          tokenUrl: /oauth/token/
          x-form-parameters:
            audience: /api/v2/
      type: oauth2

````