Skip to content

Commit

Permalink
another test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons committed Jul 27, 2023
1 parent 8a105d8 commit 3ab11b0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@
},
"fields": [
{
"fieldPath": "property_id",
"fieldPath": "[version=2.0].[type=int].property_id",
"nullable": true,
"type": {
"type": {
Expand All @@ -957,7 +957,7 @@
"jsonProps": "{\"native_data_type\": \"int\", \"_nullable\": true}"
},
{
"fieldPath": "service",
"fieldPath": "[version=2.0].[type=struct].[type=struct].service",
"nullable": true,
"type": {
"type": {
Expand All @@ -970,7 +970,7 @@
"jsonProps": "{\"native_data_type\": \"struct<type:string,provider:array<int>>\"}"
},
{
"fieldPath": "service.type",
"fieldPath": "[version=2.0].[type=struct].[type=struct].service.[type=string].type",
"nullable": true,
"type": {
"type": {
Expand All @@ -983,7 +983,7 @@
"jsonProps": "{\"native_data_type\": \"string\", \"_nullable\": true}"
},
{
"fieldPath": "service.provider",
"fieldPath": "[version=2.0].[type=struct].[type=struct].service.[type=array].[type=int].provider",
"nullable": true,
"type": {
"type": {
Expand Down

0 comments on commit 3ab11b0

Please sign in to comment.