This commit is contained in:
parent
5811ab46ba
commit
957c721476
@ -17,10 +17,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"altids": {
|
"altids": {
|
||||||
"properties": {
|
"type": "object",
|
||||||
"type": "object",
|
"enabled": false
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"api_schema": {
|
"api_schema": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
@ -334,6 +332,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contact_account": {
|
"contact_account": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"acct": {
|
"acct": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
@ -431,6 +430,7 @@
|
|||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"is_legacy_proof": {
|
"is_legacy_proof": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@ -559,6 +559,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
@ -693,6 +694,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"payment_options": {
|
"payment_options": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"chain_id": {
|
"chain_id": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
@ -821,8 +823,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"fields": {
|
"fields": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
@ -1246,6 +1250,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fields_limits": {
|
"fields_limits": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"max_fields": {
|
"max_fields": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
@ -1793,6 +1798,7 @@
|
|||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"fieldsLimits": {
|
"fieldsLimits": {
|
||||||
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"maxFields": {
|
"maxFields": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
@ -2025,5 +2031,19 @@
|
|||||||
"type": "text"
|
"type": "text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"analysis": {
|
||||||
|
"analyzer": {
|
||||||
|
"default": {
|
||||||
|
"filter": [
|
||||||
|
"lowercase",
|
||||||
|
"asciifolding",
|
||||||
|
"stop"
|
||||||
|
],
|
||||||
|
"tokenizer": "whitespace"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user