APIGit · JSON Structure

Apigit Mock Server Structure

An APIGit dynamic mock server instance.

Type: object Properties: 4
API DesignAPI LifecycleDocumentationGitGovernanceMockingPlatformTesting

MockServer is a JSON Structure definition published by APIGit, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id repoId url status

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/apigit/refs/heads/main/json-structure/apigit-mock-server-structure.json",
  "description": "An APIGit dynamic mock server instance.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "mock-001"
    },
    "repoId": {
      "type": "string",
      "example": "repo-001"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "status": {
      "type": "string",
      "enum": [
        "running",
        "stopped"
      ]
    }
  },
  "name": "MockServer"
}