action contract_p_get_project_resource { label: "Get project attributes" description: "Get the attributes of the given project\n\n\n**Deprecated**: default_format" provider: contract_p method: GET path: "/projects/{project_id}" encoding: json output: { type: "object" additionalProperties: true } }