UNPKG

manifest

Version:

The backend for AI code editors

20 lines (19 loc) 688 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schema.manifest.build/definitions/property-options/group-options-schema.json", "title": "Group Options Schema", "description": "A group a reusable properties. Doc: https://manifest.build/docs/entities#groups", "type": "object", "properties": { "group": { "type": "string", "description": "The name of the group of properties." }, "multiple": { "type": "boolean", "description": "Multiple groups allow to add several items (default: true)." } }, "required": ["group"], "additionalProperties": false }