All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.types.json Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
{
  "types": {
    "vertex": {
      "class": "java.lang.String"
    },
    "count": {
      "class": "java.lang.Integer",
      "aggregateFunction": {
        "class": "uk.gov.gchq.koryphe.impl.binaryoperator.Sum"
      }
    },
    "true": {
      "description": "A simple boolean that must always be true.",
      "class": "java.lang.Boolean",
      "validateFunctions": [
        {
          "class": "uk.gov.gchq.koryphe.impl.predicate.IsTrue"
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy