Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Sep 10, 2024
1 parent fc5e470 commit 1dc8790
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions config/v3/p2p_advertiser_relations/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"maximum": 999999999999999999,
"minimum": 1
},
"maxItems": 100
"maxItems": 5,
"minItems": 1,
"uniqueItems": true
},
"add_favourites": {
"description": "IDs of advertisers to add as favourites.",
Expand All @@ -39,7 +41,9 @@
"maximum": 999999999999999999,
"minimum": 1
},
"maxItems": 100
"maxItems": 5,
"minItems": 1,
"uniqueItems": true
},
"remove_blocked": {
"description": "IDs of advertisers to remove from blocked.",
Expand All @@ -50,7 +54,9 @@
"maximum": 999999999999999999,
"minimum": 1
},
"maxItems": 100
"maxItems": 5,
"minItems": 1,
"uniqueItems": true
},
"remove_favourites": {
"description": "IDs of advertisers to remove from favourites.",
Expand All @@ -61,7 +67,9 @@
"maximum": 999999999999999999,
"minimum": 1
},
"maxItems": 100
"maxItems": 5,
"minItems": 1,
"uniqueItems": true
},
"loginid": {
"description": "[Optional] The login id of the user. Mandatory when multiple tokens were provided during authorize.",
Expand Down

0 comments on commit 1dc8790

Please sign in to comment.