action contract_p_get_role_resource { label: "Get role" description: "Return role attributes" provider: contract_p method: GET path: "/roles/{role_id}" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } } additionalProperties: false } output: { type: "object" } }