github.com/datreeio/datree@v1.9.22-rc/pkg/jsonSchemaValidator/test_fixtures/invalid-cel-definition-expression.json (about)

     1  {
     2    "CELDefinition": [
     3      {
     4        "expression": "hassss(object.metadata.labels) && has(object.metadata.labels.billing)",
     5        "message": "deployment labels should contain billing label"
     6      }
     7    ]
     8  }