github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/e2e/testdata/magiccatalog/fbc_catalog.json (about)

     1  {
     2    "schema": "olm.package",
     3    "name": "test-package",
     4    "defaultChannel": "stable"
     5  }
     6  {
     7    "schema": "olm.channel",
     8    "name": "stable",
     9    "package": "test-package",
    10    "entries": [
    11      {
    12        "name": "test-package.v1.0.0"
    13      }
    14    ]
    15  }
    16  {
    17    "schema": "olm.bundle",
    18    "name": "test-package.v1.0.0",
    19    "package": "test-package",
    20    "image": "test-package:v1.0.0",
    21    "properties": [
    22      {
    23        "type": "olm.gvk",
    24        "value": {
    25          "group": "example.com",
    26          "kind": "TestA",
    27          "version": "v1alpha1"
    28        }
    29      },
    30      {
    31        "type": "olm.package",
    32        "value": {
    33          "packageName": "test-package",
    34          "version": "1.0.0"
    35        }
    36      }
    37    ]
    38  }