summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/fixture/data/softwareProductList.json
blob: 4554abc95fbbfabf1a47fadfa97f105572e8b885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
{
  "results": [
    {
      "name": "Software Product 1",
      "version": "1.0",
      "id": "1",
      "category": "Category1",
      "subCategory": "Sub Category1",
      "vendor": "1",
      "status": "string",
      "checkinStatus": "string"
    },
    {
      "name": "Software Product 2",
      "version": "1.0",
      "id": "2",
      "category": "Category2",
      "subCategory": "Sub Category2",
      "vendor": "2",
      "status": "string",
      "checkinStatus": "string"
    },
    {
      "name": "Software Product 3",
      "version": "1.0",
      "id": "3",
      "category": "Category3",
      "subCategory": "Sub Category3",
      "vendor": "3",
      "status": "string",
      "checkinStatus": "string"
    }
  ]
}