SumUp · Schema
Role
A custom role that can be used to assign set of permissions to members.
PaymentsPoint-of-SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the role. |
| name | string | User-defined name of the role. |
| description | string | User-defined description of the role. |
| permissions | array | List of permission granted by this role. |
| is_predefined | boolean | True if the role is provided by SumUp. |
| metadata | object | |
| created_at | string | The timestamp of when the role was created. |
| updated_at | string | The timestamp of when the role was last updated. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Role",
"description": "A custom role that can be used to assign set of permissions to members.",
"type": "object",
"properties": {
"id": {
"description": "Unique identifier of the role.",
"type": "string",
"example": "role_WZsm7QTPhVrompscmPhoGTXXcrd58fr9MOhP"
},
"name": {
"description": "User-defined name of the role.",
"type": "string",
"example": "Senior Shop Manager II"
},
"description": {
"description": "User-defined description of the role.",
"type": "string",
"example": "Manges the shop and the employees."
},
"permissions": {
"description": "List of permission granted by this role.",
"type": "array",
"items": {
"type": "string"
},
"example": [],
"maxItems": 100
},
"is_predefined": {
"description": "True if the role is provided by SumUp.",
"type": "boolean",
"example": true
},
"metadata": {
"$ref": "#/components/schemas/Metadata"
},
"created_at": {
"description": "The timestamp of when the role was created.",
"type": "string",
"format": "date-time",
"example": "2023-01-20T15:16:17+00:00"
},
"updated_at": {
"description": "The timestamp of when the role was last updated.",
"type": "string",
"format": "date-time",
"example": "2023-01-20T15:16:17+00:00"
}
},
"required": [
"id",
"name",
"permissions",
"is_predefined",
"created_at",
"updated_at"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/role"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.