fediblock-instance/fediblock-mapping.json

1799 lines
82 KiB
JSON
Raw Normal View History

2024-09-15 17:44:53 +00:00
{
"mappings": {
"properties": {
"api": {
"properties": {
"accent_color": {
"type": "text"
},
"account_domain": {
"type": "text"
},
"allow_unauthenticated": {
"properties": {
"timeline_local": {
"type": "boolean"
}
}
},
"api_schema": {
"type": "text"
},
"approval_required": {
"type": "boolean"
},
"authentication_methods": {
"type": "text"
},
"avatar_upload_limit": {
"type": "long"
},
"background_image": {
"type": "text"
},
"background_upload_limit": {
"type": "long"
},
"banner_upload_limit": {
"type": "long"
},
"blockchains": {
"properties": {
"chain_id": {
"type": "text"
},
"features": {
"properties": {
"gate": {
"type": "boolean"
},
"minter": {
"type": "boolean"
},
"subscriptions": {
"type": "boolean"
}
}
}
}
},
"chat_limit": {
"type": "long"
},
"configuration": {
"properties": {
"accounts": {
"properties": {
"allow_custom_css": {
"type": "boolean"
},
"characters_reserved_per_emoji": {
"type": "long"
},
"max_display_name": {
"type": "long"
},
"max_favourite_tags": {
"type": "long"
},
"max_featured_tags": {
"type": "long"
},
"max_profile_fields": {
"type": "long"
},
"max_status_pins": {
"type": "long"
}
}
},
"contact_account": {
"type": "text"
},
"emoji_reactions": {
"properties": {
"max_reactions": {
"type": "long"
},
"max_reactions_per_account": {
"type": "long"
},
"max_reactions_per_remote_account": {
"type": "long"
}
}
},
"emojis": {
"properties": {
"emoji_size_limit": {
"type": "long"
}
}
},
"media_attachment": {
"properties": {
"image_size_limit": {
"type": "long"
},
"supported_mime_types": {
"type": "text"
},
"video_size_limit": {
"type": "long"
}
}
},
"media_attachments": {
"properties": {
"attachments_limit": {
"type": "long"
},
"image_matrix_limit": {
"type": "long"
},
"image_size_limit": {
"type": "long"
},
"polls": {
"properties": {
"max_characters_per_option": {
"type": "long"
},
"max_expiration": {
"type": "long"
},
"max_options": {
"type": "long"
},
"min_expiration": {
"type": "long"
}
}
},
"supported_mime_types": {
"type": "text"
},
"video_frame_limit": {
"type": "long"
},
"video_frame_rate_limit": {
"type": "long"
},
"video_matrix_limit": {
"type": "long"
},
"video_size_limit": {
"type": "long"
}
}
},
"polls": {
"properties": {
"allow_image": {
"type": "boolean"
},
"allow_media": {
"type": "boolean"
},
"max_characters_per_option": {
"type": "long"
},
"max_expiration": {
"type": "double"
},
"max_options": {
"type": "long"
},
"min_expiration": {
"type": "double"
},
"min_options": {
"type": "long"
}
}
},
"reaction_deck": {
"properties": {
"max_emojis": {
"type": "long"
}
}
},
"reactions": {
"properties": {
"default_reaction": {
"type": "text"
},
"max_reactions": {
"type": "long"
},
"max_reactions_per_account": {
"type": "long"
}
}
},
"rules": {
"properties": {
"id": {
"type": "long"
},
"text": {
"type": "text"
}
}
},
"search": {
"properties": {
"enabled": {
"type": "boolean"
},
"supported_operator": {
"type": "text"
},
"supported_order": {
"type": "text"
},
"supported_prefix": {
"type": "text"
},
"supported_properties": {
"type": "text"
},
"supported_searchablity_filter": {
"type": "text"
}
}
},
"status_references": {
"properties": {
"max_references": {
"type": "long"
}
}
},
"statuses": {
"properties": {
"characters_reserved_per_url": {
"type": "long"
},
"cw_max_characters": {
"type": "long"
},
"max_characters": {
"type": "long"
},
"max_expiration": {
"type": "double"
},
"max_media_attachments": {
"type": "long"
},
"max_media_attachments_from_activitypub": {
"type": "long"
},
"max_media_attachments_with_poll": {
"type": "long"
},
"min_expiration": {
"type": "double"
},
"supported_expires_actions": {
"type": "text"
},
"supported_mime_types": {
"type": "text"
},
"supported_toggles": {
"properties": {
"local_only": {
"type": "boolean"
},
"sensitive": {
"type": "boolean"
}
}
},
"supported_visibility": {
"properties": {
"direct": {
"type": "boolean"
},
"private": {
"type": "boolean"
},
"public": {
"type": "boolean"
},
"unlisted": {
"type": "boolean"
}
}
}
}
},
"translation": {
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"urls": {
"type": "object",
"enabled": false
}
}
},
"contact_account": {
"properties": {
"acct": {
"type": "keyword"
},
"actor_id": {
"type": "text"
},
"avatar": {
"type": "text"
},
"avatar_static": {
"type": "text"
},
"avatar_thumbhash": {
"type": "text"
},
"bot": {
"type": "boolean"
},
"cat": {
"type": "boolean"
},
"created_at": {
"type": "date"
},
"custom_css": {
"type": "text"
},
"discoverable": {
"type": "boolean"
},
"display_name": {
"type": "text"
},
"emoji_reaction_available_server": {
"type": "boolean"
},
"emojis": {
"properties": {
"aliases": {
"type": "text"
},
"category": {
"type": "text"
},
"height": {
"type": "long"
},
"is_sensitive": {
"type": "boolean"
},
"sensitive": {
"type": "boolean"
},
"shortcode": {
"type": "text"
},
"static_url": {
"type": "text"
},
"thumbhash": {
"type": "text"
},
"url": {
"type": "text"
},
"visible_in_picker": {
"type": "boolean"
},
"width": {
"type": "long"
}
}
},
"enable_rss": {
"type": "boolean"
},
"fields": {
"properties": {
"is_legacy_proof": {
"type": "boolean"
},
"name": {
"type": "text"
},
"value": {
"type": "text"
},
"verified_at": {
"type": "date"
}
}
},
"followers_count": {
"type": "long"
},
"following_count": {
"type": "long"
},
"fqn": {
"type": "text"
},
"group": {
"type": "boolean"
},
"header": {
"type": "text"
},
"header_static": {
"type": "text"
},
"header_thumbhash": {
"type": "text"
},
"hide_collections": {
"type": "boolean"
},
"id": {
"type": "text"
},
"identity_proofs": {
"properties": {
"is_legacy_proof": {
"type": "boolean"
},
"name": {
"type": "text"
},
"value": {
"type": "text"
},
"verified_at": {
"type": "date"
}
}
},
"indexable": {
"type": "boolean"
},
"jam_identity": {
"type": "text"
},
"last_status_at": {
"type": "date"
},
"locked": {
"type": "boolean"
},
"memorial": {
"type": "boolean"
},
"mention_policy": {
"type": "text"
},
"moved": {
"properties": {
"acct": {
"type": "text"
},
"avatar": {
"type": "text"
},
"avatar_static": {
"type": "text"
},
"bot": {
"type": "boolean"
},
"created_at": {
"type": "date"
},
"discoverable": {
"type": "boolean"
},
"display_name": {
"type": "text"
},
"emojis": {
"properties": {
"shortcode": {
"type": "text"
},
"static_url": {
"type": "text"
},
"url": {
"type": "text"
},
"visible_in_picker": {
"type": "boolean"
}
}
},
"fields": {
"properties": {
"name": {
"type": "text"
},
"value": {
"type": "text"
},
"verified_at": {
"type": "date"
}
}
},
"followers_count": {
"type": "long"
},
"following_count": {
"type": "long"
},
"group": {
"type": "boolean"
},
"header": {
"type": "text"
},
"header_static": {
"type": "text"
},
"hide_collections": {
"type": "boolean"
},
"id": {
"type": "text"
},
"indexable": {
"type": "boolean"
},
"last_status_at": {
"type": "date"
},
"locked": {
"type": "boolean"
},
"noindex": {
"type": "boolean"
},
"note": {
"type": "text"
},
"roles": {
"properties": {
"color": {
"type": "text"
},
"id": {
"type": "text"
},
"name": {
"type": "text"
}
}
},
"statuses_count": {
"type": "long"
},
"uri": {
"type": "text"
},
"url": {
"type": "text"
},
"username": {
"type": "text"
}
}
},
"noindex": {
"type": "boolean"
},
"note": {
"type": "text"
},
"other_settings": {
"properties": {
"allow_quote": {
"type": "boolean"
},
"birth_day": {
"type": "long"
},
"birth_month": {
"type": "long"
},
"cat_ears_color": {
"type": "text"
},
"emoji_reaction_policy": {
"type": "text"
},
"enable_reaction": {
"type": "boolean"
},
"hide_followers_count": {
"type": "boolean"
},
"hide_following_count": {
"type": "boolean"
},
"hide_network": {
"type": "boolean"
},
"hide_statuses_count": {
"type": "boolean"
},
"location": {
"type": "text"
},
"noai": {
"type": "boolean"
},
"noindex": {
"type": "boolean"
},
"subscription_policy": {
"type": "text"
},
"translatable_private": {
"type": "boolean"
}
}
},
"payment_options": {
"properties": {
"chain_id": {
"type": "text"
},
"price": {
"type": "long"
},
"type": {
"type": "text"
}
}
},
"pleroma": {
"properties": {
"accepts_chat_messages": {
"type": "boolean"
},
"also_known_as": {
"type": "text"
},
"ap_id": {
"type": "text"
},
"background_image": {
"type": "text"
},
"birthday": {
"type": "date"
},
"favicon": {
"type": "text"
},
"hide_favorites": {
"type": "boolean"
},
"hide_followers": {
"type": "boolean"
},
"hide_followers_count": {
"type": "boolean"
},
"hide_follows": {
"type": "boolean"
},
"hide_follows_count": {
"type": "boolean"
},
"is_admin": {
"type": "boolean"
},
"is_confirmed": {
"type": "boolean"
},
"is_local": {
"type": "boolean"
},
"is_moderator": {
"type": "boolean"
},
"is_suggested": {
"type": "boolean"
},
"location": {
"type": "text"
},
"relationship": {
"type": "object"
},
"skip_thread_containment": {
"type": "boolean"
},
"tags": {
"type": "text"
}
}
},
"role": {
"properties": {
"name": {
"type": "text"
}
}
},
"roles": {
"properties": {
"color": {
"type": "text"
},
"id": {
"type": "text"
},
"name": {
"type": "text"
}
}
},
"searchability": {
"type": "text"
},
"server_features": {
"properties": {
"circle": {
"type": "boolean"
},
"emoji_reaction": {
"type": "boolean"
},
"quote": {
"type": "boolean"
},
"status_reference": {
"type": "boolean"
}
}
},
"source": {
"properties": {
"fields": {
"properties": {
"name": {
"type": "text"
},
"value": {
"type": "text"
}
}
},
"note": {
"type": "text"
},
"pleroma": {
"properties": {
"actor_type": {
"type": "text"
},
"discoverable": {
"type": "boolean"
}
}
},
"sensitive": {
"type": "boolean"
}
}
},
"statuses_count": {
"type": "long"
},
"subscribable": {
"type": "boolean"
},
"subscribers_count": {
"type": "long"
},
"subscribing_count": {
"type": "long"
},
"suspended": {
"type": "boolean"
},
"theme": {
"type": "text"
},
"uri": {
"type": "text"
},
"url": {
"type": "text"
},
"username": {
"type": "text"
}
}
},
"description": {
"type": "text"
},
"description_limit": {
"type": "long"
},
"description_source": {
"type": "text"
},
"description_text": {
"type": "text"
},
"domain": {
"type": "text"
},
"email": {
"type": "text"
},
"errors": {
"properties": {
"detail": {
"type": "text"
}
}
},
"feature_quote": {
"type": "boolean"
},
"federated_timeline_restricted": {
"type": "boolean"
},
"fedibird_capabilities": {
"type": "text"
},
"icon": {
"type": "text"
},
"invites_enabled": {
"type": "boolean"
},
"languages": {
"type": "text"
},
"login_message": {
"type": "text"
},
"max_media_attachments": {
"type": "long"
},
"max_post_chars": {
"type": "long"
},
"max_toot_chars": {
"type": "long"
},
"pleroma": {
"properties": {
"favicon": {
"type": "text"
},
"metadata": {
"properties": {
"account_activation_required": {
"type": "boolean"
},
"birthday_min_age": {
"type": "long"
},
"birthday_required": {
"type": "boolean"
},
"features": {
"type": "text"
},
"federation": {
"properties": {
"enabled": {
"type": "boolean"
},
"exclusions": {
"type": "boolean"
},
"mrf_block_notification_policy": {
"type": "text"
},
"mrf_emoji": {
"properties": {
"remove_shortcode": {
"type": "text"
}
}
},
"mrf_hashtag": {
"properties": {
"federated_timeline_removal": {
"type": "text"
},
"reject": {
"type": "text"
},
"sensitive": {
"type": "text"
}
}
},
"mrf_hellthread": {
"properties": {
"delist_threshold": {
"type": "long"
},
"reject_threshold": {
"type": "long"
}
}
},
"mrf_keyword": {
"properties": {
"federated_timeline_removal": {
"type": "text"
},
"reject": {
"type": "text"
},
"replace": {
"properties": {
"pattern": {
"type": "text"
},
"replacement": {
"type": "text"
}
}
}
}
},
"mrf_nsfw_api": {
"properties": {
"mark_sensitive": {
"type": "boolean"
},
"reject": {
"type": "boolean"
},
"threshold": {
"type": "float"
},
"unlist": {
"type": "boolean"
}
}
},
"mrf_object_age": {
"properties": {
"actions": {
"type": "text"
},
"threshold": {
"type": "long"
}
}
},
"mrf_policies": {
"type": "text"
},
"mrf_rejectnonpublic": {
"properties": {
"allow_direct": {
"type": "boolean"
},
"allow_followersonly": {
"type": "boolean"
}
}
},
"mrf_remote_report": {
"properties": {
"reject_all": {
"type": "boolean"
},
"reject_anonymous": {
"type": "boolean"
},
"reject_empty_message": {
"type": "boolean"
}
}
},
"mrf_sample": {
"properties": {
"content": {
"type": "text"
}
}
},
"mrf_simple": {
"properties": {
"accept": {
"type": "text"
},
"avatar_removal": {
"type": "text"
},
"banner_removal": {
"type": "text"
},
"federated_timeline_removal": {
"type": "text"
},
"followers_only": {
"type": "text"
},
"media_nsfw": {
"type": "text"
},
"media_removal": {
"type": "text"
},
"reject": {
"type": "text"
},
"reject_deletes": {
"type": "text"
},
"report_removal": {
"type": "text"
}
}
},
"mrf_simple_info": {
"properties": {
"accept": {
"type": "object",
"enabled": false
},
"avatar_removal": {
"type": "object",
"enabled": false
},
"banner_removal": {
"type": "object",
"enabled": false
},
"federated_timeline_removal": {
"type": "object",
"enabled": false
},
"followers_only": {
"type": "object",
"enabled": false
},
"media_nsfw": {
"type": "object",
"enabled": false
},
"media_removal": {
"type": "object",
"enabled": false
},
"reject": {
"type": "object",
"enabled": false
},
"reject_deletes": {
"type": "object",
"enabled": false
},
"report_removal": {
"type": "object",
"enabled": false
}
}
},
"mrf_user_allowlist": {
"type": "object"
},
"mrf_vocabulary": {
"type": "object"
},
"quarantined_instances": {
"type": "object",
"enabled": false
},
"quarantined_instances_info": {
"properties": {
"quarantined_instances": {
"type": "object",
"enabled": false
}
}
},
"rejected_instances": {
"type": "object",
"enabled": false
}
}
},
"fields_limits": {
"properties": {
"max_fields": {
"type": "long"
},
"max_remote_fields": {
"type": "long"
},
"name_length": {
"type": "long"
},
"value_length": {
"type": "long"
}
}
},
"markup": {
"properties": {
"allow_headings": {
"type": "boolean"
},
"allow_inline_images": {
"type": "boolean"
},
"allow_tables": {
"type": "boolean"
}
}
},
"migration_cooldown_period": {
"type": "long"
},
"post_formats": {
"type": "text"
},
"privileged_staff": {
"type": "boolean"
},
"restrict_unauthenticated": {
"properties": {
"activities": {
"properties": {
"local": {
"type": "boolean"
},
"remote": {
"type": "boolean"
}
}
},
"profiles": {
"properties": {
"local": {
"type": "boolean"
},
"remote": {
"type": "boolean"
}
}
},
"timelines": {
"properties": {
"federated": {
"type": "boolean"
},
"local": {
"type": "boolean"
}
}
}
}
},
"translation": {
"properties": {
"allow_remote": {
"type": "boolean"
},
"allow_unauthenticated": {
"type": "boolean"
},
"source_languages": {
"type": "text"
},
"target_languages": {
"type": "text"
}
}
}
}
},
"oauth_consumer_strategies": {
"type": "text"
},
"stats": {
"properties": {
"mau": {
"type": "long"
}
}
},
"vapid_public_key": {
"type": "text"
}
}
},
"poll_limits": {
"properties": {
"max_expiration": {
"type": "double"
},
"max_option_chars": {
"type": "long"
},
"max_options": {
"type": "long"
},
"min_expiration": {
"type": "double"
},
"min_options": {
"type": "long"
}
}
},
"registrations": {
"type": "boolean"
},
"rules": {
"properties": {
"hint": {
"type": "text"
},
"id": {
"type": "text"
},
"text": {
"type": "text"
}
}
},
"short_description": {
"type": "text"
},
"short_description_text": {
"type": "text"
},
"shout_limit": {
"type": "long"
},
"soapbox": {
"properties": {
"version": {
"type": "text"
}
}
},
"software_name": {
"type": "text"
},
"software_version": {
"type": "text"
},
"source_url": {
"type": "text"
},
"stats": {
"properties": {
"domain_count": {
"type": "integer"
},
"remote_user_count": {
"type": "integer"
},
"status_count": {
"type": "integer"
},
"user_count": {
"type": "integer"
}
}
},
"terms": {
"type": "text"
},
"terms_text": {
"type": "text"
},
"thumbnail": {
"type": "text"
},
"thumbnail_description": {
"type": "text"
},
"thumbnail_type": {
"type": "text"
},
"title": {
"type": "text"
},
"upload_limit": {
"type": "long"
},
"uri": {
"type": "text"
},
"urls": {
"properties": {
"streaming_api": {
"type": "text"
}
}
},
"version": {
"type": "text"
},
"wordmark": {
"type": "text"
},
"wordmark_dark": {
"type": "text"
}
}
},
"blocks": {
"type": "nested",
"properties": {
"accountId": {
"type": "keyword"
},
"accountUid": {
"type": "keyword"
},
"channelNo": {
"type": "long"
},
"channelType": {
"type": "keyword"
},
"comment": {
"type": "keyword"
},
"created_at": {
"type": "date"
},
"digest": {
"type": "keyword"
},
"domain": {
"type": "keyword"
},
"grade": {
"type": "keyword"
},
"id": {
"type": "integer"
},
"name": {
"type": "keyword"
},
"representativeImageUrl": {
"type": "keyword"
},
"severity": {
"type": "keyword"
},
"severity_ex": {
"type": "keyword"
},
"stock_auto": {
"type": "boolean"
},
"update_at": {
"type": "date"
},
"url": {
"type": "keyword"
}
}
},
"instance": {
"type": "keyword"
},
"last": {
"type": "date"
},
"nodeinfo": {
"properties": {
"_destroyed": {
"type": "boolean"
},
"error": {
"type": "text"
},
"metadata": {
"properties": {
"accountActivationRequired": {
"type": "boolean"
},
"chat_enabled": {
"type": "boolean"
},
"disableBubbleTimeline": {
"type": "boolean"
},
"disableGlobalTimeline": {
"type": "boolean"
},
"disableLocalTimeline": {
"type": "boolean"
},
"disableRecommendedTimeline": {
"type": "boolean"
},
"disableRegistration": {
"type": "boolean"
},
"donationUrl": {
"type": "text"
},
"emailRequiredForSignup": {
"type": "boolean"
},
"enableDiscordIntegration": {
"type": "boolean"
},
"enableEmail": {
"type": "boolean"
},
"enableGithubIntegration": {
"type": "boolean"
},
"enableGlobalTimeline": {
"type": "boolean"
},
"enableGuestTimeline": {
"type": "boolean"
},
"enableHcaptcha": {
"type": "boolean"
},
"enableLocalTimeline": {
"type": "boolean"
},
"enableMcaptcha": {
"type": "boolean"
},
"enableRecaptcha": {
"type": "boolean"
},
"enableRecommendedTimeline": {
"type": "boolean"
},
"enableServiceWorker": {
"type": "boolean"
},
"enableTurnstile": {
"type": "boolean"
},
"enableTwitterIntegration": {
"type": "boolean"
},
"explicitContent": {
"type": "boolean"
},
"features": {
"type": "text"
},
"federation": {
"properties": {
"enabled": {
"type": "boolean"
},
"exclusions": {
"type": "boolean"
},
"mrf_hashtag": {
"properties": {
"sensitive": {
"type": "text"
}
}
},
"mrf_object_age": {
"properties": {
"actions": {
"type": "text"
},
"threshold": {
"type": "long"
}
}
},
"mrf_policies": {
"type": "text"
},
"mrf_simple": {
"properties": {
"federated_timeline_removal": {
"type": "text"
},
"followers_only": {
"type": "text"
},
"media_removal": {
"type": "text"
},
"reject": {
"type": "text"
},
"reject_deletes": {
"type": "text"
}
}
},
"mrf_simple_info": {
"properties": {
"followers_only": {
"type": "object",
"enabled": false
},
"media_removal": {
"type": "object",
"enabled": false
},
"reject": {
"type": "object",
"enabled": false
},
"reject_deletes": {
"type": "object",
"enabled": false
}
}
},
"quarantined_instances_info": {
"properties": {
"quarantined_instances": {
"type": "object",
"enabled": false
}
}
},
"rejected_instances": {
"type": "object",
"enabled": false
}
}
},
"feedbackUrl": {
"type": "text"
},
"fieldsLimits": {
"properties": {
"maxFields": {
"type": "long"
},
"maxRemoteFields": {
"type": "long"
},
"nameLength": {
"type": "long"
},
"valueLength": {
"type": "long"
}
}
},
"impressumUrl": {
"type": "text"
},
"inquiryUrl": {
"type": "text"
},
"invitesEnabled": {
"type": "boolean"
},
"mailerEnabled": {
"type": "boolean"
},
"maintainer": {
"properties": {
"email": {
"type": "text"
},
"name": {
"type": "text"
}
}
},
"maxCaptionTextLength": {
"type": "long"
},
"maxNoteTextLength": {
"type": "long"
},
"nodeAdmins": {
"properties": {
"email": {
"type": "text"
},
"name": {
"type": "text"
}
}
},
"nodeDescription": {
"type": "text"
},
"nodeName": {
"type": "text"
},
"pollLimits": {
"properties": {
"max_expiration": {
"type": "long"
},
"max_option_chars": {
"type": "long"
},
"max_options": {
"type": "long"
},
"min_expiration": {
"type": "long"
}
}
},
"postEditing": {
"type": "boolean"
},
"postFormats": {
"type": "text"
},
"postImports": {
"type": "boolean"
},
"privacyPolicyUrl": {
"type": "text"
},
"private": {
"type": "boolean"
},
"proxyAccountName": {
"type": "text"
},
"repositoryUrl": {
"type": "text"
},
"restrictedNicknames": {
"type": "text"
},
"roles": {
"properties": {
"admin": {
"type": "text"
},
"moderator": {
"type": "text"
}
}
},
"searchFilters": {
"type": "boolean"
},
"skipThreadContainment": {
"type": "boolean"
},
"staffAccounts": {
"type": "text"
},
"suggestions": {
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"themeColor": {
"type": "text"
},
"tosUrl": {
"type": "text"
},
"uploadLimits": {
"properties": {
"avatar": {
"type": "long"
},
"background": {
"type": "long"
},
"banner": {
"type": "long"
},
"general": {
"type": "long"
}
}
},
"upstream": {
"properties": {
"name": {
"type": "text"
},
"version": {
"type": "text"
}
}
}
}
},
"openRegistrations": {
"type": "boolean"
},
"protocols": {
"type": "text"
},
"services": {
"properties": {
"inbound": {
"type": "text"
},
"outbound": {
"type": "text"
}
}
},
"software": {
"properties": {
"homepage": {
"type": "text"
},
"name": {
"type": "text"
},
"version": {
"type": "text"
}
}
},
"usage": {
"properties": {
"localComments": {
"type": "long"
},
"localPosts": {
"type": "long"
},
"users": {
"properties": {
"activeHalfYear": {
"type": "long"
},
"activeHalfyear": {
"type": "long"
},
"activeMonth": {
"type": "long"
},
"total": {
"type": "long"
}
}
}
}
},
"version": {
"type": "text"
}
}
},
"peers": {
"type": "text"
}
}
}
}