---
title: "Get Settings Schema"
method: GET
path: "/lc.verification.getsettingsschema"
tags: ["Verification Provider"]
---

# Get Settings Schema

`GET /lc.verification.getsettingsschema`

Returns a JSON schema for the settings associated with this app
The JSON schema can must only use specific pre-defined types relating to "string", "number", "integer", "boolean", "datetime" and "file" - for complex types, objects are used with internal properties.

## Headers

- `TR_ID` string
- `x-lc-signature` string

## Response `200`

OK

- object
  - `group` 'sdl.project.verfication.qaChecker.addon' — group name for settings. Must be "sdl.project.verification.qaChecker.addon"
  - `systemId` string — extension ID
  - `schema` object — full json schema for the settings associated with this extension

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

## Changes

- **2026-01-27** (v1) `9d9d8922a0ce` — 2 info
  - added the new optional `header` request parameter `TR_ID`
  - added the new optional `header` request parameter `x-lc-signature`

[Change history](https://skmtc.dev/rws/apis/app-api/changes/lc.verification.getsettingsschema/get.md)

---

[API](https://skmtc.dev/rws/apis/app-api.md) · [All operations](https://skmtc.dev/rws/apis/app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rws/app-api/revisions/a06e1ee1c99b/schema)
