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

schema.os.create.index.tasklist-migration-steps-repository.json Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha2
Show newest version
{
  "dynamic": "strict",
  "properties": {
    "@type": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "applied": {
      "type": "boolean"
    },
    "content": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "createdDate": {
      "type": "date"
    },
    "appliedDate": {
      "type": "date"
    },
    "description": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "indexName": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "order": {
      "type": "long"
    },
    "version": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy