StackOne · Schema

HiringTeam

IntegrationsiPaaS

Properties

Name Type Description
email string
role string
user_id string
first_name string
last_name string
View JSON Schema on GitHub

JSON Schema

stackone-hiringteam-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HiringTeam",
  "title": "HiringTeam",
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "user_id": {
      "type": "string"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    }
  }
}