mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-03 11:44:46 +00:00
27 lines
703 B
JSON
27 lines
703 B
JSON
{
|
|
"id": "configuration.json",
|
|
"title": "configuration",
|
|
"description" : "Schema definition of a Texture Configuration",
|
|
"$schema": "http://json-schema.org/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"version" : {
|
|
"type" : "number"
|
|
},
|
|
"experimental_features": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"enum": [
|
|
"exp_graphics_contexts",
|
|
"exp_text_node",
|
|
"exp_interface_state_coalesce",
|
|
"exp_unfair_lock",
|
|
"exp_infer_layer_defaults",
|
|
"exp_network_image_queue"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|