Skip to content

Commit

Permalink
Adding migration section
Browse files Browse the repository at this point in the history
  • Loading branch information
Roi-Hochler authored Aug 28, 2022
1 parent b635faa commit 9eb2e39
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions schema.capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"subtotals": {
"description": "Specifies the subtotal customizations applied in the customizeQuery method",
"$ref": "#/definitions/subtotals"
},
"migration": {
"$ref": "#/definitions/migration"
}
},
"required": [
Expand Down Expand Up @@ -1444,6 +1447,25 @@
"requires": [
"matrix"
]
},
"migration": {
"type": "object",
"description": "Defines the supported APIs for migration",
"properties": {
"filter": {
"$ref": "#/definitions/migration.filter"
}
}
},
"migration.filter": {
"type": "object",
"description": "Defines the capabilities for migrating the filter API",
"properties": {
"shouldUseIdentityFilter": {
"type": "boolean",
"description": "Indicates whether the new filter should be identity filter"
}
}
}
}
}

0 comments on commit 9eb2e39

Please sign in to comment.