action adobe_post_config_apache_sling_referrer_filter { label: "postConfigApacheSlingReferrerFilter" provider: adobe method: POST path: "/apps/system/config/org.apache.sling.security.impl.ReferrerFilter" encoding: json input: { type: "object" properties: { "allow.empty": { type: "boolean" } "allow.empty@TypeHint": { type: "string" } "allow.hosts": { type: "string" } "allow.hosts.regexp": { type: "string" } "allow.hosts.regexp@TypeHint": { type: "string" } "allow.hosts@TypeHint": { type: "string" } "filter.methods": { type: "string" } "filter.methods@TypeHint": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }