{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddOnName", "title": "AddOnName", "description": "Unique human-readable name of the add-on.", "type": "string", "example": "my-add-on", "maxLength": 70, "minLength": 1 }