elastic_mappings.metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elastic Show documentation
Show all versions of elastic Show documentation
elastic, a module of the MMS
{
"properties": {
"id": {
"type": "keyword"
},
"_creator": {
"type": "keyword"
},
"_modifier": {
"type": "keyword"
},
"_created": {
"type": "date",
"format": "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
},
"_modified": {
"type": "date",
"format": "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
},
"_docId": {
"type": "keyword"
},
"_projectId": {
"type": "keyword"
},
"orgId": {
"type": "keyword"
},
"type": {
"type": "keyword"
},
"parentCommitId": {
"type": "keyword"
},
"parentRefId": {
"type": "keyword"
},
"schema": {
"type": "keyword"
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy