{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateConfigStore", "title": "Create Config Store Request", "description": "The request schema to create a Config Store.", "type": "object", "properties": { "name": { "type": "string", "example": "Config Store", "maxLength": 100, "minLength": 1 } }, "additionalProperties": false }