---
title: "Generate an input schema for a templated configuration, enriched with entity subtype specific custom attributes if applicable."
method: POST
path: "/app/v1/templated_configurations/{templated_configuration_name}/input_schema"
tags: ["templated_configurations"]
---

# Generate an input schema for a templated configuration, enriched with entity subtype specific custom attributes if applicable.

`POST /app/v1/templated_configurations/{templated_configuration_name}/input_schema`

## Path parameters

- `templated_configuration_name` string, required

## Request body

- GetTemplatedConfigurationInputsRequestBody — The keys which must be specified in custom_attribute_configuration can be found in the template definition's custom_attribute_configuration. An entity subtype must be specified for each entity which can have several possible entity_subtypes.
  - `custom_attribute_configuration` object, required

## Response `200`

successful operation

- TemplatedConfigurationInputsResponseBody
  - `inputs` object, required
  - `custom_attribute_inputs` object, required

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
