SingularityNET · Schema

SingularityNET Service

Schema for a SingularityNET AI service resource on the decentralized marketplace.

Artificial IntelligenceBlockchainDecentralized AIAI MarketplaceWeb3

Properties

Name Type Description
org_id string Publishing organization identifier.
service_id string Service identifier within the organization.
display_name string Human-readable service name.
description string Full service description.
short_description string Brief service summary.
url string Service documentation URL.
tags array Category tags.
is_available boolean Whether the service is currently available.
metadata_uri string IPFS URI for full service metadata.
service_api_source string IPFS URI for the gRPC proto API specification.
groups array Endpoint groups with pricing.
rating object
View JSON Schema on GitHub

JSON Schema

singularitynet-service-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/singularity-net/main/json-schema/singularitynet-service-schema.json",
  "title": "SingularityNET Service",
  "description": "Schema for a SingularityNET AI service resource on the decentralized marketplace.",
  "type": "object",
  "properties": {
    "org_id": {"type": "string", "description": "Publishing organization identifier."},
    "service_id": {"type": "string", "description": "Service identifier within the organization."},
    "display_name": {"type": "string", "description": "Human-readable service name."},
    "description": {"type": "string", "description": "Full service description."},
    "short_description": {"type": "string", "description": "Brief service summary."},
    "url": {"type": "string", "format": "uri", "description": "Service documentation URL."},
    "tags": {"type": "array", "items": {"type": "string"}, "description": "Category tags."},
    "is_available": {"type": "boolean", "description": "Whether the service is currently available."},
    "metadata_uri": {"type": "string", "description": "IPFS URI for full service metadata."},
    "service_api_source": {"type": "string", "description": "IPFS URI for the gRPC proto API specification."},
    "groups": {
      "type": "array",
      "items": {"$ref": "#/$defs/ServiceGroup"},
      "description": "Endpoint groups with pricing."
    },
    "rating": {
      "type": "object",
      "properties": {
        "total_users_rated": {"type": "integer"},
        "average_rating": {"type": "number", "minimum": 0, "maximum": 5}
      }
    }
  },
  "required": ["org_id", "service_id", "display_name"],
  "$defs": {
    "ServiceGroup": {
      "type": "object",
      "properties": {
        "group_id": {"type": "string"},
        "group_name": {"type": "string"},
        "endpoints": {
          "type": "array",
          "items": {"type": "object", "properties": {"endpoint": {"type": "string"}}}
        },
        "pricing": {
          "type": "array",
          "items": {"$ref": "#/$defs/Pricing"}
        }
      }
    },
    "Pricing": {
      "type": "object",
      "properties": {
        "price_model": {"type": "string", "enum": ["fixed_price", "fixed_price_per_kilo_bytes"]},
        "price_in_cogs": {"type": "integer", "description": "Price in cogs (1 ASI = 10^8 cogs)."},
        "default": {"type": "boolean"}
      }
    }
  }
}

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/singularitynet-service"
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.