{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResolutionJsonBean", "title": "ResolutionJsonBean", "additionalProperties": false, "properties": { "default": { "type": "boolean" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" } }, "type": "object" }