{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DatabaseParameter", "title": "DatabaseParameter", "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "display_value": { "type": "string" }, "isdefault": { "type": "string" }, "ismodified": { "type": "string" }, "type": { "type": "string" }, "description": { "type": "string" } } }