action contract_p_get_projects_resource { label: "Get the list of projects" description: "Return the list of projects in the organization\n\n\n**Deprecated**: default_format" provider: contract_p method: GET path: "/projects" encoding: json output: { type: "object" additionalProperties: true } }