Skip to content

Commit

Permalink
add zope.schema._field.Set as keyword to example mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 1, 2023
1 parent a51dc86 commit 7db1d88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/local/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@
"zope.schema._field.Tuple": {
"type": "keyword"
},
"zope.schema._field.Set": {
"type": "keyword"
},
"zope.schema._field.URI": {
"type": "text"
}
Expand Down

0 comments on commit 7db1d88

Please sign in to comment.