Snyk Container · Schema

Snyk Container Project

Schema for a Snyk Container scanning project, representing a monitored container image, Kubernetes workload, or Helm release.

Container ImagesContainersKubernetesSecurityVulnerability ManagementDevSecOpsOpen-Source

Properties

Name Type Description
id string Unique identifier for the project
type string Resource type identifier
attributes object
View JSON Schema on GitHub

JSON Schema

snyk-container-project-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/snyk-container/blob/main/json-schema/snyk-container-project-schema.json",
  "title": "Snyk Container Project",
  "description": "Schema for a Snyk Container scanning project, representing a monitored container image, Kubernetes workload, or Helm release.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the project"
    },
    "type": {
      "type": "string",
      "const": "project",
      "description": "Resource type identifier"
    },
    "attributes": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Project name, typically the image name and tag (e.g. nginx:1.25)"
        },
        "type": {
          "type": "string",
          "enum": [
            "containerRegistryImage",
            "dockerfileFromScm",
            "kubernetesMonitor",
            "helmRelease"
          ],
          "description": "Type of container scanning project"
        },
        "status": {
          "type": "string",
          "enum": ["active", "inactive"],
          "description": "Whether the project is actively being scanned"
        },
        "created": {
          "type": "string",
          "format": "date-time",
          "description": "Timestamp when the project was created"
        },
        "read_only": {
          "type": "boolean",
          "description": "Whether the project is read-only"
        },
        "tags": {
          "type": "array",
          "description": "User-defined tags for the project",
          "items": {
            "type": "object",
            "properties": {
              "key": {
                "type": "string",
                "description": "Tag key"
              },
              "value": {
                "type": "string",
                "description": "Tag value"
              }
            },
            "required": ["key", "value"]
          }
        },
        "settings": {
          "type": "object",
          "properties": {
            "recurring_tests": {
              "type": "object",
              "properties": {
                "frequency": {
                  "type": "string",
                  "enum": ["daily", "weekly", "never"],
                  "description": "How often to re-scan the container image"
                }
              }
            }
          }
        }
      },
      "required": ["name", "type", "status"]
    }
  },
  "required": ["id", "type", "attributes"]
}

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/snyk-container-project"
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.