---
title: "Get settings schema"
method: GET
path: "/settings-schema"
tags: ["FAST Extension"]
---

# Get settings schema

`GET /settings-schema`

Get JSON schema for the /settings endpoint.

## Response `200`

The FAST Settings schema.

- SettingsSchema — JSON Schema for FAST Settings
  - `type` string — Type of Settings: JSON object.
  - `properties` object — Schema of all possible Settings.
  - `required` string[] — List of required Settings.
  - `dependencies` object — Description of dependencies.
  - `title` string
  - `description` string
  - `definitions` object
  - `$schema` string

## Other responses

- `500` — Internal error. A bug report should be filed.

---

[API](https://skmtc.net/f5networks/apis/f5-big-ip-application-services-templates-api.md) · [All operations](https://skmtc.net/f5networks/apis/f5-big-ip-application-services-templates-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-application-services-templates-api/versions/69d12c15d1c7/schema)
