| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "options": {
- "syntax": "proto3"
- },
- "nested": {
- "type": {
- "nested": {
- "googleapis": {
- "nested": {
- "com": {
- "nested": {
- "CommonPbMsg": {
- "nested": {
- "Response": {
- "fields": {
- "biz": {
- "type": "string",
- "id": 1
- },
- "type": {
- "type": "string",
- "id": 2
- },
- "base": {
- "type": "string",
- "id": 3
- },
- "quote": {
- "type": "string",
- "id": 4
- },
- "contractcode": {
- "type": "string",
- "id": 5
- },
- "granularity": {
- "type": "string",
- "id": 6
- },
- "data": {
- "type": "Data",
- "id": 7
- },
- "env": {
- "type": "int32",
- "id": 8
- }
- }
- },
- "Data": {
- "fields": {
- "typeUrl": {
- "type": "string",
- "id": 1
- },
- "body": {
- "rule": "repeated",
- "type": "Body",
- "id": 2
- }
- }
- },
- "Body": {
- "fields": {
- "value": {
- "type": "string",
- "id": 1
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
|