|
642 | 642 | "type": "object" |
643 | 643 | }, |
644 | 644 | "correlation": { |
645 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV0" |
| 645 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
646 | 646 | }, |
647 | 647 | "licenseData": { |
648 | 648 | "additionalProperties": { |
|
675 | 675 | "auditTenantAccount": "user@example.com", |
676 | 676 | "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
677 | 677 | "createdAt": "2023-11-19T10:00:00.000Z", |
678 | | - "isMigrating": false, |
679 | 678 | "reportTenantAccount": "user@example.com", |
680 | | - "schemaVersion": 1, |
681 | 679 | "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
682 | 680 | "updatedAt": "2023-11-19T10:05:00.000Z" |
683 | 681 | }, |
|
831 | 829 | ] |
832 | 830 | }, |
833 | 831 | "correlation": { |
834 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV1" |
| 832 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
835 | 833 | }, |
836 | 834 | "principalData": { |
837 | 835 | "$ref": "#/components/schemas/Report.PrincipalData" |
|
853 | 851 | ], |
854 | 852 | "title": "License Report V1 - Complete Object" |
855 | 853 | }, |
856 | | - "Report.CorrelationRecordV0": { |
| 854 | + "Report.CorrelationRecord": { |
857 | 855 | "description": "Metadata that describes the execution session (run) that is used to tie/relate report versions together.", |
858 | 856 | "examples": [ |
859 | 857 | { |
|
923 | 921 | "title": "License Report - Correlation Record", |
924 | 922 | "type": "object" |
925 | 923 | }, |
926 | | - "Report.CorrelationRecordV1": { |
927 | | - "description": "Metadata that describes the execution session (run) that is used to tie/relate report versions together.", |
928 | | - "examples": [ |
929 | | - { |
930 | | - "auditTenantAccount": "user@example.com", |
931 | | - "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
932 | | - "createdAt": "2023-11-19T10:00:00.000Z", |
933 | | - "isMigrating": false, |
934 | | - "reportTenantAccount": "user@example.com", |
935 | | - "schemaVersion": 1, |
936 | | - "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
937 | | - "updatedAt": "2023-11-19T10:05:00.000Z" |
938 | | - } |
939 | | - ], |
940 | | - "properties": { |
941 | | - "auditTenantAccount": { |
942 | | - "description": "The user account used to retrieve the license information in the tenant being audited.", |
943 | | - "examples": [ |
944 | | - "user@example.com" |
945 | | - ], |
946 | | - "format": "email", |
947 | | - "type": "string" |
948 | | - }, |
949 | | - "correlationId": { |
950 | | - "description": "The ID of the execution session (run) that is used to tie/relate all of the data together.", |
951 | | - "examples": [ |
952 | | - "88da2253-758f-4135-9d37-64448c8b65c1" |
953 | | - ], |
954 | | - "format": "uuid", |
955 | | - "type": "string", |
956 | | - "maxLength": 36, |
957 | | - "minLength": 36, |
958 | | - "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$" |
959 | | - }, |
960 | | - "createdAt": { |
961 | | - "description": "Timestamp of when the report was created.", |
962 | | - "examples": [ |
963 | | - "2024-08-01T21:12:22.148Z" |
964 | | - ], |
965 | | - "format": "date-time", |
966 | | - "type": "string" |
967 | | - }, |
968 | | - "isMigrating": { |
969 | | - "description": "Flag indicating whether the current license report is migrating. If true, data is currently migrating from one version to another.", |
970 | | - "examples": [ |
971 | | - true |
972 | | - ], |
973 | | - "type": "boolean" |
974 | | - }, |
975 | | - "reportTenantAccount": { |
976 | | - "description": "User account used to store/report the license report to the SHI Lab cloud service.", |
977 | | - "examples": [ |
978 | | - "user@example.com" |
979 | | - ], |
980 | | - "format": "email", |
981 | | - "type": "string" |
982 | | - }, |
983 | | - "schemaVersion": { |
984 | | - "description": "Specifies the version of the current license report.", |
985 | | - "examples": [ |
986 | | - 1 |
987 | | - ], |
988 | | - "format": "int32", |
989 | | - "type": "integer" |
990 | | - }, |
991 | | - "tenantId": { |
992 | | - "description": "Unique ID of customer's Microsoft tenant that the license report is for.", |
993 | | - "examples": [ |
994 | | - "0e1fe83f-a33f-4250-8546-225b8d45ae01" |
995 | | - ], |
996 | | - "format": "uuid", |
997 | | - "type": "string", |
998 | | - "maxLength": 36, |
999 | | - "minLength": 36, |
1000 | | - "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$" |
1001 | | - }, |
1002 | | - "updatedAt": { |
1003 | | - "description": "Timestamp of when the report was last updated.", |
1004 | | - "examples": [ |
1005 | | - "2024-08-01T21:12:22.148Z" |
1006 | | - ], |
1007 | | - "format": "date-time", |
1008 | | - "type": "string" |
1009 | | - } |
1010 | | - }, |
1011 | | - "required": [ |
1012 | | - "auditTenantAccount" |
1013 | | - ], |
1014 | | - "title": "Report - Correlation Record V1", |
1015 | | - "type": "object" |
1016 | | - }, |
1017 | 924 | "Report.PrincipalData": { |
1018 | 925 | "description": "Contains user and device records included in the report, detailing assigned services, licenses, consumed services, and related metadata for each principal.", |
1019 | 926 | "type": "object", |
|
2232 | 2139 | "type": "object", |
2233 | 2140 | "properties": { |
2234 | 2141 | "correlation": { |
2235 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV1" |
| 2142 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
2236 | 2143 | }, |
2237 | 2144 | "principalData": { |
2238 | 2145 | "$ref": "#/components/schemas/ArchitectureReport.PrincipalData" |
|
2261 | 2168 | "auditTenantAccount": "user@example.com", |
2262 | 2169 | "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
2263 | 2170 | "createdAt": "2023-11-19T10:00:00.000Z", |
2264 | | - "isMigrating": false, |
2265 | 2171 | "reportTenantAccount": "user@example.com", |
2266 | | - "schemaVersion": 1, |
2267 | 2172 | "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
2268 | 2173 | "updatedAt": "2023-11-19T10:05:00.000Z" |
2269 | 2174 | }, |
|
2668 | 2573 | "type": "array", |
2669 | 2574 | "minItems": 0, |
2670 | 2575 | "items": { |
2671 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV0" |
| 2576 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
2672 | 2577 | }, |
2673 | 2578 | "examples": [ |
2674 | 2579 | [ |
|
2755 | 2660 | "type": "array", |
2756 | 2661 | "minItems": 0, |
2757 | 2662 | "items": { |
2758 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV0" |
| 2663 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
2759 | 2664 | }, |
2760 | 2665 | "examples": [ |
2761 | 2666 | [ |
|
3167 | 3072 | "auditTenantAccount": "user@example.com", |
3168 | 3073 | "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
3169 | 3074 | "createdAt": "2023-11-19T10:00:00.000Z", |
3170 | | - "isMigrating": false, |
3171 | 3075 | "reportTenantAccount": "user@example.com", |
3172 | | - "schemaVersion": 1, |
3173 | 3076 | "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
3174 | 3077 | "updatedAt": "2023-11-19T10:05:00.000Z" |
3175 | 3078 | }, |
|
3309 | 3212 | "type": "array", |
3310 | 3213 | "minItems": 0, |
3311 | 3214 | "items": { |
3312 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV0" |
| 3215 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
3313 | 3216 | }, |
3314 | 3217 | "examples": [ |
3315 | 3218 | [ |
|
3405 | 3308 | "type": "array", |
3406 | 3309 | "minItems": 0, |
3407 | 3310 | "items": { |
3408 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV0" |
| 3311 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
3409 | 3312 | }, |
3410 | 3313 | "examples": [ |
3411 | 3314 | [ |
|
3486 | 3389 | "auditTenantAccount": "user@example.com", |
3487 | 3390 | "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
3488 | 3391 | "createdAt": "2023-11-19T10:00:00.000Z", |
3489 | | - "isMigrating": false, |
3490 | 3392 | "reportTenantAccount": "user@example.com", |
3491 | | - "schemaVersion": 1, |
3492 | 3393 | "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
3493 | 3394 | "updatedAt": "2023-11-19T10:05:00.000Z" |
3494 | 3395 | }, |
|
3652 | 3553 | "auditTenantAccount": "user@example.com", |
3653 | 3554 | "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
3654 | 3555 | "createdAt": "2023-11-19T10:00:00.000Z", |
3655 | | - "isMigrating": false, |
3656 | 3556 | "reportTenantAccount": "user@example.com", |
3657 | | - "schemaVersion": 1, |
3658 | 3557 | "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
3659 | 3558 | "updatedAt": "2023-11-19T10:05:00.000Z" |
3660 | 3559 | }, |
|
6251 | 6150 | "auditTenantAccount": "user@example.com", |
6252 | 6151 | "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
6253 | 6152 | "createdAt": "2023-11-19T10:00:00.000Z", |
6254 | | - "isMigrating": false, |
6255 | 6153 | "reportTenantAccount": "user@example.com", |
6256 | | - "schemaVersion": 1, |
6257 | 6154 | "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
6258 | 6155 | "updatedAt": "2023-11-19T10:05:00.000Z" |
6259 | 6156 | }, |
|
6411 | 6308 | ] |
6412 | 6309 | ], |
6413 | 6310 | "items": { |
6414 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV0" |
| 6311 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
6415 | 6312 | }, |
6416 | 6313 | "minItems": 0, |
6417 | 6314 | "type": "array" |
|
6479 | 6376 | "type": "array", |
6480 | 6377 | "minItems": 0, |
6481 | 6378 | "items": { |
6482 | | - "$ref": "#/components/schemas/Report.CorrelationRecordV0" |
| 6379 | + "$ref": "#/components/schemas/Report.CorrelationRecord" |
6483 | 6380 | }, |
6484 | 6381 | "examples": [ |
6485 | 6382 | [ |
|
6563 | 6460 | "auditTenantAccount": "user@example.com", |
6564 | 6461 | "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
6565 | 6462 | "createdAt": "2023-11-19T10:00:00.000Z", |
6566 | | - "isMigrating": false, |
6567 | 6463 | "reportTenantAccount": "user@example.com", |
6568 | | - "schemaVersion": 1, |
6569 | 6464 | "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
6570 | 6465 | "updatedAt": "2023-11-19T10:05:00.000Z" |
6571 | 6466 | }, |
|
6713 | 6608 | "auditTenantAccount": "user@example.com", |
6714 | 6609 | "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", |
6715 | 6610 | "createdAt": "2023-11-19T10:00:00.000Z", |
6716 | | - "isMigrating": false, |
6717 | 6611 | "reportTenantAccount": "user@example.com", |
6718 | | - "schemaVersion": 1, |
6719 | 6612 | "tenantId": "123e4567-e89b-12d3-a456-426614174000", |
6720 | 6613 | "updatedAt": "2023-11-19T10:05:00.000Z" |
6721 | 6614 | }, |
|
0 commit comments