Snyk Container · JSON Structure

Snyk Container Project Structure

JSON Structure documentation for Snyk Container scanning project data model

Type: object Properties: 0
Container ImagesContainersKubernetesSecurityVulnerability ManagementDevSecOpsOpen-Source

Snyk Container Project Structure is a JSON Structure definition published by Snyk Container.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Snyk Container Project Structure",
  "description": "JSON Structure documentation for Snyk Container scanning project data model",
  "type": "object",
  "fields": [
    {
      "name": "id",
      "type": "string (uuid)",
      "required": true,
      "description": "Unique project identifier in UUID format"
    },
    {
      "name": "type",
      "type": "string",
      "required": true,
      "description": "Always 'project' — resource type discriminator"
    },
    {
      "name": "attributes",
      "type": "object",
      "required": true,
      "description": "Project attributes and metadata",
      "fields": [
        {
          "name": "name",
          "type": "string",
          "required": true,
          "description": "Project name — typically the image name and tag (e.g. nginx:1.25-alpine)"
        },
        {
          "name": "type",
          "type": "enum [containerRegistryImage, dockerfileFromScm, kubernetesMonitor, helmRelease]",
          "required": true,
          "description": "Type of container scanning project"
        },
        {
          "name": "status",
          "type": "enum [active, inactive]",
          "required": true,
          "description": "Whether the project is actively monitored"
        },
        {
          "name": "created",
          "type": "string (date-time)",
          "required": false,
          "description": "ISO 8601 timestamp when the project was created"
        },
        {
          "name": "read_only",
          "type": "boolean",
          "required": false,
          "description": "Whether the project configuration can be modified"
        },
        {
          "name": "tags",
          "type": "array",
          "required": false,
          "description": "User-defined key/value tags for organizing projects",
          "items": {
            "key": "string — tag key",
            "value": "string — tag value"
          }
        },
        {
          "name": "settings.recurring_tests.frequency",
          "type": "enum [daily, weekly, never]",
          "required": false,
          "description": "How often Snyk automatically re-scans the container image"
        }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/snyk-container-project-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.