{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GraphQLEngineDataSource", "type": "object", "properties": { "config": { "type": "string" }, "internal": { "type": "boolean" }, "kind": { "type": "string" }, "name": { "type": "string" }, "root_fields": { "type": "array" } } }