Skip to content

Commit

Permalink
Rename extensions to more closely match ts notation
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Jan 24, 2024
1 parent c85786d commit 07dab2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"geometry": {
"type": "object",
"x-local-type": "map"
"x-kt-type": "map"
},
"properties": {
"type": "object",
"x-local-type": "map"
"x-kt-type": "map"
},
"submissionCount": {
"type": "integer"
Expand Down
2 changes: 1 addition & 1 deletion shared/src/main/resources/schema/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"customClasses": {
"extension": {
"x-local-type": {
"x-kt-type": {
"map": "com.google.ground.shared.schema.Map"
}
}
Expand Down

0 comments on commit 07dab2a

Please sign in to comment.