API Schema
PlatPhorm API response
Schema PlatPhormApiResponse from lib/api-platform.ts.
Schema
{
"type": "object",
"required": [
"ok"
],
"properties": {
"ok": {
"type": "boolean"
},
"data": {},
"error": {
"$ref": "#/components/schemas/ApiError"
}
}
}