Sybase · Schema

Sybase ASE Server

Schema for a SAP Adaptive Server Enterprise (ASE) instance

DatabaseEnterpriseSAPSQL

Properties

Name Type Description
id string Unique server identifier
name string SAP ASE server name
version string SAP ASE version string
status string Current operational status
host string Hostname of the server
port integer Network port the server listens on
pageSize integer Logical page size in bytes
startTime string Last server start timestamp
platformDescription string Operating system platform description
View JSON Schema on GitHub

JSON Schema

sybase-server-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/sybase/refs/heads/main/json-schema/sybase-server-schema.json",
  "title": "Sybase ASE Server",
  "description": "Schema for a SAP Adaptive Server Enterprise (ASE) instance",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique server identifier"
    },
    "name": {
      "type": "string",
      "description": "SAP ASE server name"
    },
    "version": {
      "type": "string",
      "description": "SAP ASE version string"
    },
    "status": {
      "type": "string",
      "enum": ["running", "stopped", "starting", "shutting_down", "maintenance"],
      "description": "Current operational status"
    },
    "host": {
      "type": "string",
      "description": "Hostname of the server"
    },
    "port": {
      "type": "integer",
      "description": "Network port the server listens on"
    },
    "pageSize": {
      "type": "integer",
      "enum": [2048, 4096, 8192, 16384],
      "description": "Logical page size in bytes"
    },
    "startTime": {
      "type": "string",
      "format": "date-time",
      "description": "Last server start timestamp"
    },
    "platformDescription": {
      "type": "string",
      "description": "Operating system platform description"
    }
  },
  "required": ["id", "name", "status"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sybase-server"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.