APIPark · JSON Structure

Apipark Service Structure

Type: object Properties: 7
AI GatewayAPI GatewayAPI ManagementDeveloper PortalLLMOpen Source

Apipark Service Structure is a JSON Structure definition published by APIPark, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description teamId status tags createdAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apipark/main/json-structure/apipark-service-structure.json",
  "title": "APIPark Service",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "teamId": { "type": "string" },
    "status": { "type": "string" },
    "tags": { "type": "array", "items": { "type": "string" } },
    "createdAt": { "type": "datetime" }
  }
}