aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/jest/mocks/service-metadata.mock.ts
blob: b3d6f952d74a5aaf9019403425c39e93f9ca174d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
export const serviceMetadata = {
    "uniqueId": "3e39c1d2-8afb-4249-9950-110ec6e6f595",
    "name": "fsdsfdsfd",
    "version": "0.1",
    "isHighestVersion": true,
    "creationDate": 1538643760028,
    "lastUpdateDate": 1538921966136,
    "description": "vavs",
    "lifecycleState": "NOT_CERTIFIED_CHECKIN",
    "tags": [
        "fsdsfdsfd"
    ],
    "icon": "network_l_4",
    "normalizedName": "fsdsfdsfd",
    "systemName": "Fsdsfdsfd",
    "contactId": "cs0008",
    "allVersions": {
        "0.1": "3e39c1d2-8afb-4249-9950-110ec6e6f595"
    },
    "isDeleted": null,
    "serviceFunction": "vassavsva",
    "csarUUID": null,
    "csarVersion": null,
    "importedToscaChecksum": null,
    "invariantUUID": "ad9f3ebc-fc59-4c24-bd3d-2eecd55a854d",
    "componentType": "SERVICE",
    "categories": [
        {
            "name": "Network L4+",
            "normalizedName": "network l4+",
            "uniqueId": "serviceNewCategory.network l4+",
            "icons": null,
            "subcategories": null,
            "version": null,
            "ownerId": null,
            "empty": false,
            "type": null
        }
    ]
}