action contribly_post_media { label: "Submit a new media file" provider: contribly method: POST path: "/media" encoding: json input: { type: "string" format: "byte" } output: { type: "object" properties: { duration: { type: "number" } id: { type: "string" } place: { type: "object" properties: { country: { type: "string" } geohash: { type: "string" } google: { type: "string" } latLong: { type: "object" properties: { latitude: { type: "number" format: "double" } longitude: { type: "number" format: "double" } } } name: { type: "string" } osm: { type: "object" properties: { osmId: { type: "number" } osmType: { type: "string" } } } } } type: { type: "string" } } } }