Skip to content

Commit 30ae246

Browse files
committed
Move license schemas from system to hub
License-related schemas and documentation have been moved from the system namespace to the hub namespace. The License schema now uses 'spaceId' instead of 'tenantId', and all relevant files and exports have been updated accordingly. Documentation files for system/license have been removed.
1 parent c01c363 commit 30ae246

13 files changed

Lines changed: 8 additions & 70 deletions

File tree

content/docs/references/system/license/Feature.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

content/docs/references/system/license/License.mdx

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/docs/references/system/license/MetricType.mdx

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/docs/references/system/license/Plan.mdx

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/docs/references/system/license/meta.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/docs/references/system/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"events",
88
"identity",
99
"job",
10-
"license",
1110
"organization",
1211
"policy",
1312
"role",
File renamed without changes.

packages/spec/json-schema/system/License.json renamed to packages/spec/json-schema/hub/License.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"License": {
55
"type": "object",
66
"properties": {
7-
"tenantId": {
8-
"type": "string"
7+
"spaceId": {
8+
"type": "string",
9+
"description": "Target Space ID"
910
},
1011
"planCode": {
1112
"type": "string"
@@ -45,7 +46,7 @@
4546
}
4647
},
4748
"required": [
48-
"tenantId",
49+
"spaceId",
4950
"planCode",
5051
"issuedAt",
5152
"status"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)