action opentrials_search_fdadocuments { label: "searchFDADocuments" description: "Search the FDA documents" provider: opentrials method: GET path: "/search/fda_documents" encoding: json input: { type: "object" properties: { page: { type: "string" } per_page: { type: "string" } q: { type: "string" } text: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }