{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OracleDetailedInfo", "type": "object", "properties": { "oracle": { "type": "string" }, "name": { "type": "string" }, "oracleInfo": { "type": "string" } } }