spec-version = "1" name = "yourOrganization_customRequest" type = "Schema" proof-type = ["TEE"] [types.Transformation] from = { type = "string", description = "json pointer to field in response" } soltype = { type = "string", description = "solidity type" } [input] url = { type = "string", description = "Request url" } encoding = { type = "Transformation[]", description = "encoding format" } [output] price = { ref = "$tasks.clique_httpsRequest.price" } price2 = { ref = "$tasks.clique_httpsRequest2.price" } [[tasks]] name = "clique_httpsRequest" proof-preference = "TEE" [tasks.input] url = "$input.url" encoding = "$input.encoding" [[tasks]] name = "clique_httpsRequest2" proof-preference = "TEE" [tasks.input] url = "$input.url" encoding = "$input.encoding"