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

schema.jsonProvider.schema.json Maven / Gradle / Ivy

{
  "$id": "jsonProvider.schema.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Issue provider json file",
  "type": "object",
  "properties": {
    "ruleType":{
      "const":"json"
    },
    "queryInputFile":{
      "type":"object"
    },
    "jsonQueryPath": {
      "type": "object"
    },
    "occurrenceAttr":{
      "type":"object"
    }
  },
  "required": ["ruleType", "jsonQueryPath", "occurrenceAttr"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy