action randomlovecraft_get_specific_sentence { label: "A specific sentence" description: "" provider: randomlovecraft method: GET path: "/sentences/{id}" encoding: json output: { type: "object" properties: { data: { type: "object" properties: { book: { type: "object" properties: { id: { type: "string" } name: { type: "string" } year: { type: "string" } } } id: { type: "string" } sentence: { type: "string" } } } } } }