Shareworks · Schema

Award Type Response

Equity CompensationStock OptionsRSUESPPEmployee EquityFinancial ServicesMorgan StanleyEquity AdministrationPrivate CompaniesPublic Companies

Properties

Name Type Description
awardTypeId integer Identifier for the company award type
awardTypeName string Name for the company award type
View JSON Schema on GitHub

JSON Schema

AwardTypeDetails.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/AwardTypeDetails.json",
  "title": "Award Type Response",
  "required": [
    "awardTypeId",
    "awardTypeName"
  ],
  "type": "object",
  "properties": {
    "awardTypeId": {
      "type": "integer",
      "description": "Identifier for the company award type",
      "format": "int32"
    },
    "awardTypeName": {
      "type": "string",
      "description": "Name for the company award type"
    }
  }
}