Skip to content

Commit

Permalink
Revert "feat: support for optional field in presexch (hyperledger-arc…
Browse files Browse the repository at this point in the history
…hives#3582)"

This reverts commit a652ea8.
  • Loading branch information
mishasizov-SK authored May 10, 2023
1 parent a652ea8 commit 401bebf
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 401bebf

Please sign in to comment.