Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 4341d08

Browse files
committed
style: pretty format json
1 parent 3d70fa9 commit 4341d08

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

src/strategies/erc20-balance-starknet/schema.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@
99
"symbol": {
1010
"type": "string",
1111
"title": "Symbol",
12-
"examples": ["e.g. STRK"],
12+
"examples": [
13+
"e.g. STRK"
14+
],
1315
"maxLength": 16
1416
},
1517
"address": {
1618
"type": "string",
1719
"title": "Contract address",
18-
"examples": ["e.g. 0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"],
20+
"examples": [
21+
"e.g. 0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"
22+
],
1923
"pattern": "^0x[a-fA-F0-9]{64}$",
2024
"minLength": 66,
2125
"maxLength": 66,
@@ -24,11 +28,16 @@
2428
"decimals": {
2529
"type": "number",
2630
"title": "Decimals",
27-
"examples": ["e.g. 18"],
31+
"examples": [
32+
"e.g. 18"
33+
],
2834
"minimum": 0
2935
}
3036
},
31-
"required": ["address", "decimals"],
37+
"required": [
38+
"address",
39+
"decimals"
40+
],
3241
"additionalProperties": false
3342
}
3443
}

0 commit comments

Comments
 (0)