Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform MP: update schemas used by old validator #4839

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changelog/4839.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- description: Upddate schemas for the platform marketplace
type: internal
pr_number: 4839
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/schemas/indicatorfield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mapping:
type: seq
sequence:
- type: str
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem']
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem', 'platform']
name:xsoar:
type: str
name:marketplacev2:
Expand Down
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/schemas/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ mapping:
type: seq
sequence:
- type: str
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem']
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem', 'platform']
hybrid:
type: bool

Expand Down
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/schemas/layoutscontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mapping:
type: seq
sequence:
- type: str
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem']
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem', 'platform']
edit:
type: map
mapping:
Expand Down
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/schemas/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ mapping:
type: seq
sequence:
- type: str
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem']
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem', 'platform']


# playbook->tasks
Expand Down
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/schemas/releasenotesconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mapping:
required: false
sequence:
- type: str
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem']
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem', 'platform']
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/schemas/reputation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mapping:
type: seq
sequence:
- type: str
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem']
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem', 'platform']
id:xsoar:
type: str
id:marketplacev2:
Expand Down
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/schemas/script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ mapping:
type: seq
sequence:
- type: str
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem']
enum: ['xsoar', 'marketplacev2', 'xpanse', 'xsoar_saas', 'xsoar_on_prem', 'platform']
skipprepare:
type: seq
sequence:
Expand Down