Shareworks · Schema

WrappedDataVestingScheduleDetails

Equity CompensationStock OptionsRSUESPPEmployee EquityFinancial ServicesMorgan StanleyEquity AdministrationPrivate CompaniesPublic Companies

Properties

Name Type Description
accessToken object
data object
View JSON Schema on GitHub

JSON Schema

WrappedDataVestingScheduleDetails.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/WrappedDataVestingScheduleDetails.json",
  "title": "WrappedDataVestingScheduleDetails",
  "type": "object",
  "properties": {
    "accessToken": {
      "$ref": "#/components/schemas/AccessTokenResponse"
    },
    "data": {
      "$ref": "#/components/schemas/VestingScheduleDetails"
    }
  }
}