addedOutput schema / properties / data / properties / bytes / maximum
Added value: +20
addedOutput schema / properties / data / properties / bytes / minimum
Added value: +20
changedOutput schema / properties / data / properties / bytes / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
addedOutput schema / properties / data / properties / checksumAddress / pattern
Added value: +"^0x[0-9a-fA-F]{40}$"
changedOutput schema / properties / data / properties / checksumAddress / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / data / properties / checksumStatus
Added value: +{
+ "enum": [
+ "valid",
+ "not_provided",
+ "invalid",
+ "not_applicable"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / data / properties / inputCase
Added value: +{
+ "enum": [
+ "lowercase",
+ "uppercase",
+ "mixed",
+ "numeric",
+ "invalid"
+ ],
+ "type": "string"
+}
changedOutput schema / properties / data / properties / isZero / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
addedOutput schema / properties / data / properties / normalizedAddress
Added value: +{
+ "pattern": "^0x[0-9a-f]{40}$",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / data / properties / reason
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / data / properties / source
Added value: +{
+ "format": "uri",
+ "type": "string"
+}
addedOutput schema / properties / data / properties / valid / description
Added value: +"Whether the input is syntactically a 20-byte hexadecimal EVM address."
addedOutput schema / properties / data / properties / verification
Added value: +{
+ "properties": {
+ "balanceChecked": {
+ "const": false,
+ "type": "boolean"
+ },
+ "chainIndependent": {
+ "const": true,
+ "type": "boolean"
+ },
+ "contractCodeChecked": {
+ "const": false,
+ "type": "boolean"
+ },
+ "networkRequestsMade": {
+ "const": false,
+ "type": "boolean"
+ },
+ "ownershipChecked": {
+ "const": false,
+ "type": "boolean"
+ },
+ "standard": {
+ "const": "ERC-55",
+ "type": "string"
+ }
+ },
+ "required": [
+ "standard",
+ "chainIndependent",
+ "networkRequestsMade",
+ "ownershipChecked",
+ "balanceChecked",
+ "contractCodeChecked"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / data / properties / warnings
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}