|
960 | 960 | "assets": { |
961 | 961 | "description": "The assets associated with the product.", |
962 | 962 | "properties": { |
963 | | - "serviceCertificate": { |
964 | | - "$ref": "#/components/schemas/serviceCertificate" |
| 963 | + "assetsEndUserLicenseAgreement": { |
| 964 | + "$ref": "#/components/schemas/assetsEndUserLicenseAgreement" |
| 965 | + }, |
| 966 | + "assetsProductDescription": { |
| 967 | + "$ref": "#/components/schemas/assetsProductDescription" |
| 968 | + }, |
| 969 | + "assetsServiceCertificate": { |
| 970 | + "$ref": "#/components/schemas/assetsServiceCertificate" |
| 971 | + }, |
| 972 | + "assetsServiceLevelAgreement": { |
| 973 | + "$ref": "#/components/schemas/assetsServiceLevelAgreement" |
| 974 | + } |
| 975 | + }, |
| 976 | + "type": "object" |
| 977 | + }, |
| 978 | + "assetsEndUserLicenseAgreement": { |
| 979 | + "description": "The related end user license agreement of the (subscription) product.", |
| 980 | + "properties": { |
| 981 | + "version": { |
| 982 | + "$ref": "#/components/schemas/localizedVersion" |
| 983 | + } |
| 984 | + }, |
| 985 | + "title": "endUserLicenseAgreement", |
| 986 | + "type": "object" |
| 987 | + }, |
| 988 | + "assetsProductDescription": { |
| 989 | + "description": "The related product description of the (subscription) product.", |
| 990 | + "properties": { |
| 991 | + "version": { |
| 992 | + "$ref": "#/components/schemas/localizedVersion" |
| 993 | + } |
| 994 | + }, |
| 995 | + "title": "productDescription", |
| 996 | + "type": "object" |
| 997 | + }, |
| 998 | + "assetsServiceCertificate": { |
| 999 | + "description": "The related service certificate of the (subscription) product.", |
| 1000 | + "properties": { |
| 1001 | + "version": { |
| 1002 | + "$ref": "#/components/schemas/localizedVersion" |
| 1003 | + } |
| 1004 | + }, |
| 1005 | + "title": "serviceCertificate", |
| 1006 | + "type": "object" |
| 1007 | + }, |
| 1008 | + "assetsServiceLevelAgreement": { |
| 1009 | + "description": "The related service level agreement of the (subscription) product.", |
| 1010 | + "properties": { |
| 1011 | + "version": { |
| 1012 | + "$ref": "#/components/schemas/localizedVersion" |
965 | 1013 | } |
966 | 1014 | }, |
| 1015 | + "title": "serviceLevelAgreement", |
967 | 1016 | "type": "object" |
968 | 1017 | }, |
969 | 1018 | "bool": { |
|
1305 | 1354 | "example": "short summary of product subscription.", |
1306 | 1355 | "type": "string" |
1307 | 1356 | }, |
1308 | | - "serviceCertificate": { |
1309 | | - "description": "The related service certificate of the (subscription) product.", |
1310 | | - "properties": { |
1311 | | - "version": { |
1312 | | - "$ref": "#/components/schemas/localizedVersion" |
1313 | | - } |
1314 | | - }, |
1315 | | - "type": "object" |
1316 | | - }, |
1317 | 1357 | "sku": { |
1318 | 1358 | "description": "The concrete variant of the product.", |
1319 | 1359 | "example": "MP-1234", |
|
0 commit comments