pingdotgg / t3code
17,719 TypeScriptOpenAPI 3.x, Swagger, GraphQL schema and REST API specifications formatted for LLMs and developers.
alchemy user schema fixture Specification
Located in .repos/alchemy-effect/packages/alchemy/test/Cloudflare/ApiShield/fixtures/openapi-v1.json on branch HEAD
3.0.0
JSON
1 Endpoints
0.5 KB
Operations & Route Endpoints (1)
Raw JSON Specification
{
"openapi": "3.0.0",
"info": {
"title": "alchemy user schema fixture",
"version": "1.0.0"
},
"servers": [
{
"url": "https://alchemy-test-2.us"
}
],
"paths": {
"/api/v1/things/{thingId}": {
"get": {
"operationId": "getThing",
"parameters": [
{
"name": "thingId",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "ok"
}
}
}
}
}
}