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