action twitter_get_open_api_spec { label: "Returns the OpenAPI Specification document." description: "Full OpenAPI Specification in JSON format. (See https://github.com/OAI/OpenAPI-Specification/blob/master/README.md)" provider: twitter method: GET path: "/2/openapi.json" encoding: json output: { type: "object" } }