Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Oct 10, 2024
1 parent 65085fa commit 3a265fc
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions config/v3/partner_accounts/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
"company"
]
},
"platform_url": {
"description": "Platform URL for Dynamic works dashboard to be redirected from Partners Hub which will be set in BackOffice.",
"type": "string"
},
"provider": {
"description": "Defines the provider platform.",
"type": "string",
Expand All @@ -63,6 +59,18 @@
}
}
}
},
"platform_url": {
"description": "Platform URL for Dynamic works dashboard to be redirected from Partners Hub which will be set in BackOffice.",
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z_]+$": {
"description": "Partner's provider as key and platform URL as value",
"type": "string",
"pattern": "^[\\w_@./:#&+-]*$"
}
}
}
}
},
Expand Down

0 comments on commit 3a265fc

Please sign in to comment.