File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ The policy validates the following content in the request or response against th
40
40
## Policy statement
41
41
42
42
``` xml
43
- <validate-content unspecified-content-type-action=" ignore | prevent | detect" max-size=" size in bytes" size-exceeded-action =" ignore | prevent | detect" errors-variable-name=" variable name" >
43
+ <validate-content unspecified-content-type-action =" ignore | prevent | detect" max-size =" size in bytes" size-exceeded-action =" ignore | prevent | detect" errors-variable-name =" variable name" >
44
44
<content-type-map any-content-type-value =" content type string" missing-content-type-value =" content type string" >
45
45
<type from | when =" content type string" to =" content type string" />
46
46
</content-type-map >
47
- <content type =" content type string" validate-as=" json | xml | soap" schema-id =" schema id" schema-ref =" #/local/reference/path" action =" ignore | prevent | detect" allow-additional-properties =" true | false" />
47
+ <content type =" content type string" validate-as =" json | xml | soap" schema-id =" schema id" schema-ref =" #/local/reference/path" action =" ignore | prevent | detect" allow-additional-properties =" true | false" />
48
48
</validate-content >
49
49
```
50
50
You can’t perform that action at this time.
0 commit comments