new mapping
This commit is contained in:
parent
26774b8f1f
commit
f7c2be7dcd
@ -16,6 +16,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"altids": {
|
||||||
|
"properties": {
|
||||||
|
"type": "object",
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"api_schema": {
|
"api_schema": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
@ -167,6 +173,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"oidc_enabled": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"polls": {
|
"polls": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"allow_image": {
|
"allow_image": {
|
||||||
@ -332,9 +341,28 @@
|
|||||||
"actor_id": {
|
"actor_id": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"all_emojis": {
|
||||||
|
"properties": {
|
||||||
|
"shortcode": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"static_url": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"visible_in_picker": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"avatar_description": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"avatar_static": {
|
"avatar_static": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
@ -433,12 +461,18 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"header_description": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"header_static": {
|
"header_static": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"header_thumbhash": {
|
"header_thumbhash": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"hide_boosts": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"hide_collections": {
|
"hide_collections": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
@ -464,12 +498,18 @@
|
|||||||
"indexable": {
|
"indexable": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"is_admin": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"jam_identity": {
|
"jam_identity": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"last_status_at": {
|
"last_status_at": {
|
||||||
"type": "date"
|
"type": "date"
|
||||||
},
|
},
|
||||||
|
"local": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
@ -600,6 +640,9 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"note_text": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"other_settings": {
|
"other_settings": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"allow_quote": {
|
"allow_quote": {
|
||||||
@ -673,6 +716,9 @@
|
|||||||
"ap_id": {
|
"ap_id": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"avatar_description": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"background_image": {
|
"background_image": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
@ -682,6 +728,9 @@
|
|||||||
"favicon": {
|
"favicon": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"header_description": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"hide_favorites": {
|
"hide_favorites": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
@ -715,6 +764,9 @@
|
|||||||
"location": {
|
"location": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"privileges": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"relationship": {
|
"relationship": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
@ -726,6 +778,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pronouns": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"role": {
|
"role": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
@ -821,9 +876,18 @@
|
|||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
},
|
||||||
|
"website": {
|
||||||
|
"type": "text"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"custom_css": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"default_approval": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
@ -836,12 +900,18 @@
|
|||||||
"description_text": {
|
"description_text": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"discord-client-id": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"embargoed": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"detail": {
|
"detail": {
|
||||||
@ -849,6 +919,22 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"event": {
|
||||||
|
"properties": {
|
||||||
|
"code": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"rel": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"scheme": {
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"feature_quote": {
|
"feature_quote": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
@ -858,12 +944,18 @@
|
|||||||
"fedibird_capabilities": {
|
"fedibird_capabilities": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"finicity-client-key": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"icon": {
|
"icon": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"invites_enabled": {
|
"invites_enabled": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"ipfs_gateway_url": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
@ -879,6 +971,39 @@
|
|||||||
"max_toot_chars": {
|
"max_toot_chars": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
},
|
},
|
||||||
|
"nostr": {
|
||||||
|
"properties": {
|
||||||
|
"pow": {
|
||||||
|
"properties": {
|
||||||
|
"registrations": {
|
||||||
|
"type": "long"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pubkey": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"relay": {
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"object": {
|
||||||
|
"properties": {
|
||||||
|
"code": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"rel": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"scheme": {
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"pleroma": {
|
"pleroma": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"favicon": {
|
"favicon": {
|
||||||
@ -1244,6 +1369,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"profile": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"registrations": {
|
"registrations": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
@ -1301,6 +1429,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"subject": {
|
||||||
|
"properties": {
|
||||||
|
"code": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"rel": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"scheme": {
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sumologic-access-key": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"terms": {
|
"terms": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
@ -1313,12 +1460,28 @@
|
|||||||
"thumbnail_description": {
|
"thumbnail_description": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"thumbnail_static": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"thumbnail_static_type": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"thumbnail_type": {
|
"thumbnail_type": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"trustindicator": {
|
||||||
|
"properties": {
|
||||||
|
"code": {
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"twitter-service-secret": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"upload_limit": {
|
"upload_limit": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
},
|
},
|
||||||
@ -1352,33 +1515,85 @@
|
|||||||
"accountUid": {
|
"accountUid": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"asset_name": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"channelNo": {
|
"channelNo": {
|
||||||
"type": "long"
|
"type": "long"
|
||||||
},
|
},
|
||||||
"channelType": {
|
"channelType": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"coinbase-access-token": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
"created_at": {
|
"created_at": {
|
||||||
"type": "date"
|
"type": "date"
|
||||||
},
|
},
|
||||||
|
"description": {
|
||||||
|
"properties": {
|
||||||
|
"color": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"confluent-access-secret": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"github-pat": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"linkedin-client-token": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"sumologic-access-id": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"translate": {
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"digest": {
|
"digest": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"fields": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"github-oauth": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"grade": {
|
"grade": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"ingredient": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"item_model_index": {
|
||||||
|
"type": "float"
|
||||||
|
},
|
||||||
|
"linkedin-client-id": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"openai-service-key": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"plaid-api-token": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"planetscale-api-secret": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"representativeImageUrl": {
|
"representativeImageUrl": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
@ -1388,9 +1603,15 @@
|
|||||||
"severity_ex": {
|
"severity_ex": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"shopify-custom-access-key": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"stock_auto": {
|
"stock_auto": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"stripe-access-secret": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"update_at": {
|
"update_at": {
|
||||||
"type": "date"
|
"type": "date"
|
||||||
},
|
},
|
||||||
@ -1749,12 +1970,21 @@
|
|||||||
},
|
},
|
||||||
"software": {
|
"software": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"codename": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"edition": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"homepage": {
|
"homepage": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user