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

mapping.data.json Maven / Gradle / Ivy

The newest version!
{
    "properties": {
      "parentUrl": {
        "type": "keyword"
      },
      "method": {
        "type": "keyword"
      },
      "mimeType": {
        "type": "keyword"
      },
      "sessionId": {
        "type": "keyword"
      },
      "url": {
        "type": "keyword"
      },
      "executionTime": {
        "type": "long"
      },
      "createTime": {
        "type": "long"
      },
      "accessResultData": {
        "properties": {
          "transformerName": {
            "type": "keyword"
          },
          "encoding": {
            "type": "keyword"
          },
          "data": {
            "type": "binary"
          }
        }
      },
      "contentLength": {
        "type": "long"
      },
      "lastModified": {
        "type": "long"
      },
      "ruleId": {
        "type": "keyword"
      },
      "httpStatusCode": {
        "type": "integer"
      },
      "status": {
        "type": "integer"
      }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy