Skip to content

Commit

Permalink
fix: odd json ref #//AdvancedContractCondition/properties/contract/pr…
Browse files Browse the repository at this point in the history
…operties/chainId
  • Loading branch information
cesarenaldi committed Oct 1, 2024
1 parent 77b435a commit b323c05
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 46 deletions.
9 changes: 6 additions & 3 deletions jsonschemas/publications/3d/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -495,6 +494,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1040,7 +1043,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/article/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -454,6 +453,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -999,7 +1002,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/audio/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -456,6 +455,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1001,7 +1004,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/checking-in/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -477,6 +476,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1022,7 +1025,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/embed/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -452,6 +451,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -997,7 +1000,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/event/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,8 +869,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -976,6 +975,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1521,7 +1524,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/image/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -456,6 +455,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1001,7 +1004,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/link/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -452,6 +451,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -997,7 +1000,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/livestream/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -493,6 +492,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1038,7 +1041,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/mint/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -452,6 +451,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -997,7 +1000,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/space/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -472,6 +471,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1017,7 +1020,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/story/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -444,6 +443,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -989,7 +992,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
9 changes: 6 additions & 3 deletions jsonschemas/publications/text-only/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@
"type": "object",
"properties": {
"chainId": {
"type": "number",
"exclusiveMinimum": 0
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down Expand Up @@ -441,6 +440,10 @@
}
]
},
"ChainId": {
"type": "number",
"exclusiveMinimum": 0
},
"CollectCondition": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -986,7 +989,7 @@
"type": "object",
"properties": {
"chainId": {
"$ref": "#/$defs/AdvancedContractCondition/properties/contract/properties/chainId"
"$ref": "#/$defs/ChainId"
},
"address": {
"$ref": "#/$defs/EvmAddress"
Expand Down
Loading

0 comments on commit b323c05

Please sign in to comment.