Skip to content

Commit

Permalink
Modify contextSchema to string in test storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kuziemko committed Mar 18, 2022
1 parent c5a1809 commit 04a0e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/type/capactio/capact/validation/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
},
"contextSchema": {
"$id": "#/properties/contextSchema",
"const": {
"const": "{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"required": [
Expand All @@ -51,7 +51,7 @@ spec:
}
},
"additionalProperties": false
}
}"
},
"acceptValue": {
"$id": "#/properties/acceptValue",
Expand Down

0 comments on commit 04a0e05

Please sign in to comment.