Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
feat: Revert feat: support for optional field in presexch (#3582) (#3585
Browse files Browse the repository at this point in the history
)

Signed-off-by: Mykhailo Sizov <[email protected]>
  • Loading branch information
mishasizov-SK authored May 10, 2023
1 parent a652ea8 commit 0284074
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pkg/doc/presexch/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,7 @@ const DefinitionJSONSchemaV1 = `
"not":{
"type":"object",
"minProperties":1
},
"contains":{
"type":"object",
"properties":{
"type":{
"type":"string"
},
"pattern":{
"type":"string"
},
"const":{
"type":"string"
}
},
"required":[
"type"
]
}
}
},
"required":[
"type"
Expand Down Expand Up @@ -407,9 +390,6 @@ const DefinitionJSONSchemaV1 = `
},
"filter":{
"$ref":"#/definitions/filter"
},
"optional":{
"type":"boolean"
}
},
"required":[
Expand Down

0 comments on commit 0284074

Please sign in to comment.