{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/data-execute-sparql-query-input-structure.json", "name": "ExecuteSparqlQueryInput", "description": "ExecuteSparqlQueryInput schema from Neptune", "type": "object", "properties": { "query": { "type": "string", "description": "The SPARQL query string (for SELECT, ASK, CONSTRUCT, DESCRIBE)." }, "update": { "type": "string", "description": "The SPARQL update string (for INSERT, DELETE operations)." } } }