action flat_ger_user_likes { label: "List liked scores" provider: flat method: GET path: "/users/{user}/likes" encoding: json input: { type: "object" properties: { ids: { type: "boolean" } } additionalProperties: false } output: { type: "array" items: { description: "The score and all its details" type: "object" } } }