action bigoven_me_get_options { label: "Gets the options." provider: bigoven method: GET path: "/me/preferences/options" encoding: json output: { type: "object" properties: { EatingStyle: { type: "object" properties: { Options: { type: "array" description: "Gets or sets the options." items: { type: "object" properties: { Description: { type: "string" description: "Gets or sets the description." } Key: { type: "string" description: "Gets or sets the key." } } } } } } } } }