{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ComponentJsonBean", "title": "ComponentJsonBean", "additionalProperties": true, "properties": { "ari": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "name": { "type": "string" }, "self": { "type": "string" } }, "type": "object" }