{ "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", "exp_dealloc_queue_v2", "exp_collection_teardown", ] } } } }