{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "project_group_permission", "type": "object", "description": "A group's permission for a given project.", "properties": { "type": { "type": "string" }, "links": { "type": "object" }, "permission": { "type": "string" } } }