{
  "ok": true,
  "service": "JSON Schema Validator API",
  "serviceName": "JSON Schema Validator API",
  "name": "JSON Schema Validator API",
  "endpoint": "https://tools.ipintel.ai/json-schema-validator",
  "method": "POST",
  "x402": true,
  "price": "$0.001",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "schema": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string"
          }
        }
      },
      "data": {
        "name": "Niki"
      }
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "schema": {
          "type": "object",
          "description": "JSON Schema object"
        },
        "data": {
          "description": "JSON value to validate against the schema"
        }
      },
      "required": [
        "schema",
        "data"
      ]
    }
  },
  "output": {
    "example": {
      "ok": true,
      "service": "json_schema_validator",
      "valid": true,
      "errors": [],
      "timestamp": "2026-06-23T00:00:00+00:00"
    },
    "schema": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "ok": {
          "type": "boolean"
        },
        "service": {
          "type": "string"
        },
        "valid": {
          "type": "boolean"
        },
        "errors": {
          "type": "array",
          "items": {}
        },
        "timestamp": {
          "type": "string"
        }
      }
    }
  },
  "description": "JSON Schema Validator API. Validate JSON data against a JSON Schema and receive structured valid/invalid results with detailed validation errors. Supports common JSON Schema features including type, required, properties, additionalProperties, enum, const, items, string lengths, patterns, and numeric bounds. Useful for agents, developers, API testing, structured output validation, schema checks, and automation workflows. Paid per call via x402.",
  "tags": [
    "json-schema",
    "json-validator",
    "schema-validation",
    "structured-output",
    "developer-tools",
    "api-testing",
    "automation"
  ]
}