Skip to content

Commit a1aaa08

Browse files
committed
fix: removed version field
1 parent be31ffc commit a1aaa08

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

definitions/http/data_type/array/http_header_map.proto.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@
2929
}
3030
}
3131
],
32-
"genericKeys": [],
33-
"version": null
32+
"genericKeys": []
3433
}

definitions/http/flow_type/http.proto.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,5 @@
7676
"code": "en-US",
7777
"content": "A REST API is a web service that lets clients interact with data on a server using standard HTTP methods like GET, POST, PUT, and DELETE usually returning results in JSON format."
7878
}
79-
],
80-
"version": null
79+
]
8180
}

0 commit comments

Comments
 (0)