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