action contribly_post_forms { label: "Create a form" provider: contribly method: POST path: "/forms" encoding: json input: { type: "object" properties: { callToAction: { type: "string" } cssUrl: { type: "string" } fields: { type: "array" items: { type: "object" properties: { description: { type: "string" } label: { type: "string" } name: { type: "string" } options: { type: "array" items: { type: "string" } } public: { type: "boolean" } required: { type: "boolean" } type: { type: "string" } } } } heading: { type: "string" } name: { type: "string" } noCss: { type: "boolean" } tags: { type: "array" items: { type: "object" required: ["id", "name"] properties: { colour: { type: "string" description: "Optional HTML hexcode colour" } id: { type: "string" } name: { type: "string" } tagSet: { type: "object" required: ["id", "name"] properties: { id: { type: "string" } name: { type: "string" } } } urlWords: { type: "string" } } } } } } output: { type: "object" properties: { callToAction: { type: "string" } cssUrl: { type: "string" } fields: { type: "array" items: { type: "object" properties: { description: { type: "string" } label: { type: "string" } name: { type: "string" } options: { type: "array" items: { type: "string" } } public: { type: "boolean" } required: { type: "boolean" } type: { type: "string" } } } } heading: { type: "string" } id: { type: "string" } name: { type: "string" } noCss: { type: "boolean" } ownedBy: { type: "string" } tags: { type: "array" items: { type: "object" required: ["id", "name"] properties: { colour: { type: "string" description: "Optional HTML hexcode colour" } id: { type: "string" } name: { type: "string" } tagSet: { type: "object" required: ["id", "name"] properties: { id: { type: "string" } name: { type: "string" } } } urlWords: { type: "string" } } } } } } }