{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EndpointMethodMeta", "type": "object", "properties": { "action": { "type": "string" }, "code": { "type": "integer" }, "data": { "type": "string" }, "headers": { "type": "object" } } }