---
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.

## Changes

- **2025-10-20** `702ae6b27810` — 1 breaking, 1 warning, 1 info
  - the `code` response's property type/format changed from `integer`/`int32` to ``/`` for status `500`
  - added the new `500.00` enum value to the `code` response property for the response status `500`
  - added the optional property `error` to the response with the `500` status
- **2022-09-26** `8a7a27296ff3` — 1 breaking, 1 warning, 1 info
  - the `code` response's property type/format changed from ``/`` to `integer`/`int32` for status `500`
  - removed the optional property `error` from the response with the `500` status
  - removed the `500.00` enum value from the `code` response property for the response status `500`

[Change history](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/changes/settings-schema/get.md)

---

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