action adobe_post_config_apache_sling_get_servlet { label: "postConfigApacheSlingGetServlet" provider: adobe method: POST path: "/apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet" encoding: json input: { type: "object" properties: { "enable.html": { type: "boolean" } "enable.html@TypeHint": { type: "string" } "enable.txt": { type: "boolean" } "enable.txt@TypeHint": { type: "string" } "enable.xml": { type: "boolean" } "enable.xml@TypeHint": { type: "string" } "json.maximumresults": { type: "string" } "json.maximumresults@TypeHint": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }