CGMIX Vessel Inspection Case

Schema for a Port State Control inspection case record from the CGMIX Maritime Information Exchange

Federal-GovernmentMaritime SafetyVessel DocumentationEmergency ResponseLaw Enforcement

Properties

Name Type Description
caseId string Unique identifier for the Port State Control inspection case
vesselId string Official vessel number of the inspected vessel
vesselName string Name of the vessel at time of inspection
inspectionDate string Date the Port State Control examination was conducted
port string Port or waterway where the inspection was conducted
examType string Type of examination performed
result string Outcome of the inspection
deficiencyCount integer Number of deficiencies noted during the inspection
operationalControls array Operational controls imposed as a result of the inspection
inspector string USCG sector or activity that conducted the inspection
nextExamDate string Scheduled date for the next required examination
View JSON Schema on GitHub

JSON Schema

cgmix-vessel-case-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/united-states-coast-guard/main/json-schema/cgmix-vessel-case-schema.json",
  "title": "CGMIX Vessel Inspection Case",
  "description": "Schema for a Port State Control inspection case record from the CGMIX Maritime Information Exchange",
  "type": "object",
  "properties": {
    "caseId": {
      "type": "string",
      "description": "Unique identifier for the Port State Control inspection case"
    },
    "vesselId": {
      "type": "string",
      "description": "Official vessel number of the inspected vessel"
    },
    "vesselName": {
      "type": "string",
      "description": "Name of the vessel at time of inspection"
    },
    "inspectionDate": {
      "type": "string",
      "format": "date",
      "description": "Date the Port State Control examination was conducted"
    },
    "port": {
      "type": "string",
      "description": "Port or waterway where the inspection was conducted"
    },
    "examType": {
      "type": "string",
      "description": "Type of examination performed",
      "enum": [
        "Port State Control Examination",
        "Annual Examination",
        "Spot Check",
        "Follow-up Inspection",
        "Initial Inspection"
      ]
    },
    "result": {
      "type": "string",
      "description": "Outcome of the inspection",
      "enum": [
        "Satisfactory",
        "Released with Deficiencies",
        "Detained",
        "Expulsion"
      ]
    },
    "deficiencyCount": {
      "type": "integer",
      "description": "Number of deficiencies noted during the inspection",
      "minimum": 0
    },
    "operationalControls": {
      "type": "array",
      "description": "Operational controls imposed as a result of the inspection",
      "items": {
        "type": "string"
      }
    },
    "inspector": {
      "type": "string",
      "description": "USCG sector or activity that conducted the inspection"
    },
    "nextExamDate": {
      "type": "string",
      "format": "date",
      "description": "Scheduled date for the next required examination"
    }
  },
  "required": ["caseId", "vesselId", "inspectionDate", "examType", "result"]
}

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/cgmix-vessel-case"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.