action schooldigger_rankings_get_rank { label: "Returns a SchoolDigger school ranking list" provider: schooldigger method: GET path: "/v1/rankings/schools/{st}" encoding: json input: { type: "object" properties: { appID: { type: "string" } appKey: { type: "string" } level: { type: "string" } page: { type: "string" } perPage: { type: "string" } st: { type: "string" } year: { type: "string" } } required: ["appID", "appKey", "st"] additionalProperties: false } output: { type: "object" additionalProperties: true } }