{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GraphQLSubgraphEntity", "type": "object", "properties": { "api_id": { "type": "string" }, "headers": { "type": "object" }, "name": { "type": "string" }, "sdl": { "type": "string" }, "subscription_type": { "type": "string" }, "url": { "type": "string" } } }