action contract_p_get_format_resource { label: "Get format attributes" description: "Return the given format attributes\n\n**Deprecated**: display_name\n**Deprecated**: default_format\n\n**Permission required:** edit_format_settings / review" provider: contract_p method: GET path: "/formats/{format_id}" encoding: json output: { type: "object" additionalProperties: true } }