Biogen · JSON Structure

Biogen Service Structure

An available Biogen API service.

Type: object Properties: 4
BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

Service is a JSON Structure definition published by Biogen, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name description status

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Service",
  "type": "object",
  "description": "An available Biogen API service.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Service identifier."
    },
    "name": {
      "type": "string",
      "description": "Service name."
    },
    "description": {
      "type": "string",
      "description": "Service description."
    },
    "status": {
      "type": "string",
      "description": "Service availability status."
    }
  }
}