{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SimpleApplicationPropertyBean", "title": "SimpleApplicationPropertyBean", "additionalProperties": false, "properties": { "id": { "description": "The ID of the application property.", "type": "string" }, "value": { "description": "The new value.", "type": "string" } }, "type": "object", "xml": { "name": "applicationProperty" } }