Secure Code Warrior User

A developer user enrolled in the Secure Code Warrior security training platform.

Application SecurityDeveloper TrainingSecurity EducationAppSecSecure CodingDevSecOps

Properties

Name Type Description
id string Unique user identifier
email string User email address (primary identifier)
firstName string First name
lastName string Last name
role string Platform role
teams array Team memberships
tags array User tags for filtering and grouping
createdAt string Account creation timestamp
lastActiveAt string Last platform activity timestamp
View JSON Schema on GitHub

JSON Schema

secure-code-warrior-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/secure-code-warrior/refs/heads/main/json-schema/secure-code-warrior-user-schema.json",
  "title": "Secure Code Warrior User",
  "description": "A developer user enrolled in the Secure Code Warrior security training platform.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique user identifier"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "User email address (primary identifier)"
    },
    "firstName": {
      "type": "string",
      "description": "First name"
    },
    "lastName": {
      "type": "string",
      "description": "Last name"
    },
    "role": {
      "type": "string",
      "description": "Platform role",
      "enum": ["developer", "team_lead", "admin"]
    },
    "teams": {
      "type": "array",
      "description": "Team memberships",
      "items": { "type": "string" }
    },
    "tags": {
      "type": "array",
      "description": "User tags for filtering and grouping",
      "items": { "type": "string" }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Account creation timestamp"
    },
    "lastActiveAt": {
      "type": "string",
      "format": "date-time",
      "description": "Last platform activity timestamp"
    }
  },
  "required": ["id", "email"]
}

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/secure-code-warrior-user"
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.