StackOne · Schema

CreateCandidateNoteResult

IntegrationsiPaaS

Properties

Name Type Description
statusCode number
message string
timestamp string
View JSON Schema on GitHub

JSON Schema

stackone-createcandidatenoteresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateCandidateNoteResult",
  "title": "CreateCandidateNoteResult",
  "type": "object",
  "properties": {
    "statusCode": {
      "type": "number"
    },
    "message": {
      "type": "string"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": [
    "statusCode",
    "message",
    "timestamp"
  ]
}