diff --git a/src/SOL012/PolicyManagement/PolicyManagement.yaml b/src/SOL012/PolicyManagement/PolicyManagement.yaml index 9c6c5a8510e3f8e105f925f5f3ac39741f1b55f1..aa9e31fc4156404f1b73e15f3907259409173275 100644 --- a/src/SOL012/PolicyManagement/PolicyManagement.yaml +++ b/src/SOL012/PolicyManagement/PolicyManagement.yaml @@ -730,7 +730,11 @@ components: Content-Type: description: > The "Content-Type" HTTP header shall be set according to the type of the policy content - content: + content: + application/*: + schema: + type: object + additionalProperties: true PolicySelectedVersion.get.404: description: > @@ -785,7 +789,11 @@ components: Content-Type: description: > The "Content-Type" HTTP header shall be set according to the type of the policy content - content: + content: + application/*: + schema: + type: object + additionalProperties: true PolicyVersionTransfer.put.201: description: > @@ -859,3 +867,7 @@ components: The payload body contains a copy of the policy content. The "Content-Type" HTTP header shall be set according to the type of the policy content. content: + application/*: + schema: + type: object + additionalProperties: true