action motaword_get_all_document_subjects { label: "Get a list of subjects of projects" description: "Get a list of subjects of projects" provider: motaword method: GET path: "/documents/subjects" encoding: json output: { type: "array" items: { type: "object" properties: { name: { type: "string" } } } } }