LinkedIn · Schema

StreamResultElement

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
status integer HTTP status code for this element
View JSON Schema on GitHub

JSON Schema

linkedin-streamresultelement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StreamResultElement",
  "title": "StreamResultElement",
  "type": "object",
  "properties": {
    "status": {
      "type": "integer",
      "description": "HTTP status code for this element",
      "example": 201
    }
  }
}