{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AddonInfo", "type": "object", "description": "Add-on allocation information for an environment.", "properties": { "addonType": { "type": "string", "description": "The type of add-on." }, "allocated": { "type": "number", "description": "The number of allocated add-on units." }, "addonUnit": { "type": "string", "description": "The unit of measurement for the add-on." } } }