Fortify Release
Represents a release (version) of an application in the Fortify platform. Releases track the security posture of a specific version of an application through its development lifecycle, aggregating scan results and vulnerability metrics.
Properties
| Name | Type | Description |
|---|---|---|
| releaseId | integer | Unique identifier of the release |
| releaseName | string | Name of the release |
| releaseDescription | string | Description of the release |
| applicationId | integer | Identifier of the parent application |
| applicationName | string | Name of the parent application |
| sdlcStatusType | string | Software development lifecycle status |
| rating | number | Security rating for the release (0-5 stars) |
| critical | integer | Number of critical severity issues |
| high | integer | Number of high severity issues |
| medium | integer | Number of medium severity issues |
| low | integer | Number of low severity issues |
| issueCount | integer | Total number of open issues |
| isPassed | boolean | Whether the release passes the security policy |
| passFailReasonType | string | Reason for the pass or fail status |
| currentStaticScanId | integer | Identifier of the most recent static scan |
| currentDynamicScanId | integer | Identifier of the most recent dynamic scan |
| currentMobileScanId | integer | Identifier of the most recent mobile scan |
| microserviceId | integer | Optional microservice identifier if this release belongs to a microservice |
| microserviceName | string | Name of the associated microservice |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-search/fortify/json-schema/fortify-release-schema.json",
"title": "Fortify Release",
"description": "Represents a release (version) of an application in the Fortify platform. Releases track the security posture of a specific version of an application through its development lifecycle, aggregating scan results and vulnerability metrics.",
"type": "object",
"required": [
"releaseName"
],
"properties": {
"releaseId": {
"type": "integer",
"format": "int32",
"description": "Unique identifier of the release"
},
"releaseName": {
"type": "string",
"description": "Name of the release",
"minLength": 1,
"maxLength": 255
},
"releaseDescription": {
"type": "string",
"description": "Description of the release"
},
"applicationId": {
"type": "integer",
"format": "int32",
"description": "Identifier of the parent application"
},
"applicationName": {
"type": "string",
"description": "Name of the parent application"
},
"sdlcStatusType": {
"type": "string",
"description": "Software development lifecycle status",
"enum": [
"Development",
"QA",
"Production",
"Retired"
]
},
"rating": {
"type": "number",
"format": "double",
"description": "Security rating for the release (0-5 stars)",
"minimum": 0,
"maximum": 5
},
"critical": {
"type": "integer",
"format": "int32",
"description": "Number of critical severity issues",
"minimum": 0
},
"high": {
"type": "integer",
"format": "int32",
"description": "Number of high severity issues",
"minimum": 0
},
"medium": {
"type": "integer",
"format": "int32",
"description": "Number of medium severity issues",
"minimum": 0
},
"low": {
"type": "integer",
"format": "int32",
"description": "Number of low severity issues",
"minimum": 0
},
"issueCount": {
"type": "integer",
"format": "int32",
"description": "Total number of open issues",
"minimum": 0
},
"isPassed": {
"type": "boolean",
"description": "Whether the release passes the security policy"
},
"passFailReasonType": {
"type": "string",
"description": "Reason for the pass or fail status"
},
"currentStaticScanId": {
"type": "integer",
"format": "int32",
"description": "Identifier of the most recent static scan"
},
"currentDynamicScanId": {
"type": "integer",
"format": "int32",
"description": "Identifier of the most recent dynamic scan"
},
"currentMobileScanId": {
"type": "integer",
"format": "int32",
"description": "Identifier of the most recent mobile scan"
},
"microserviceId": {
"type": "integer",
"format": "int32",
"description": "Optional microservice identifier if this release belongs to a microservice"
},
"microserviceName": {
"type": "string",
"description": "Name of the associated microservice"
}
},
"additionalProperties": true
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/fortify-release"
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.