github.com/status-im/status-go@v1.1.0/integration-tests/schemas/accounts_getKeypairs (about) 1 { 2 "$schema": "http://json-schema.org/schema#", 3 "properties": { 4 "id": { 5 "type": "string" 6 }, 7 "jsonrpc": { 8 "type": "string" 9 }, 10 "result": { 11 "items": { 12 "properties": { 13 "accounts": { 14 "items": { 15 "properties": { 16 "address": { 17 "type": "string" 18 }, 19 "chat": { 20 "type": "boolean" 21 }, 22 "clock": { 23 "type": "integer" 24 }, 25 "colorId": { 26 "type": "string" 27 }, 28 "createdAt": { 29 "type": "integer" 30 }, 31 "emoji": { 32 "type": "string" 33 }, 34 "hidden": { 35 "type": "boolean" 36 }, 37 "key-uid": { 38 "type": "string" 39 }, 40 "mixedcase-address": { 41 "type": "string" 42 }, 43 "name": { 44 "type": "string" 45 }, 46 "operable": { 47 "type": "string" 48 }, 49 "path": { 50 "type": "string" 51 }, 52 "position": { 53 "type": "integer" 54 }, 55 "prodPreferredChainIds": { 56 "type": "string" 57 }, 58 "public-key": { 59 "type": "string" 60 }, 61 "removed": { 62 "type": "boolean" 63 }, 64 "testPreferredChainIds": { 65 "type": "string" 66 }, 67 "type": { 68 "type": "string" 69 }, 70 "wallet": { 71 "type": "boolean" 72 } 73 }, 74 "required": [ 75 "address", 76 "chat", 77 "clock", 78 "colorId", 79 "createdAt", 80 "emoji", 81 "hidden", 82 "key-uid", 83 "mixedcase-address", 84 "name", 85 "operable", 86 "path", 87 "position", 88 "prodPreferredChainIds", 89 "public-key", 90 "removed", 91 "testPreferredChainIds", 92 "type", 93 "wallet" 94 ], 95 "type": "object" 96 }, 97 "type": "array" 98 }, 99 "clock": { 100 "type": "integer" 101 }, 102 "derived-from": { 103 "type": "string" 104 }, 105 "key-uid": { 106 "type": "string" 107 }, 108 "keycards": { 109 "type": "array" 110 }, 111 "last-used-derivation-index": { 112 "type": "integer" 113 }, 114 "name": { 115 "type": "string" 116 }, 117 "removed": { 118 "type": "boolean" 119 }, 120 "synced-from": { 121 "type": "string" 122 }, 123 "type": { 124 "type": "string" 125 } 126 }, 127 "required": [ 128 "accounts", 129 "clock", 130 "derived-from", 131 "key-uid", 132 "keycards", 133 "last-used-derivation-index", 134 "name", 135 "removed", 136 "synced-from", 137 "type" 138 ], 139 "type": "object" 140 }, 141 "type": "array" 142 } 143 }, 144 "required": [ 145 "id", 146 "jsonrpc", 147 "result" 148 ], 149 "type": "object" 150 }