Biogen · Schema

ServicesResponse

List of available API services.

BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

Properties

Name Type Description
services array Array of available services.
View JSON Schema on GitHub

JSON Schema

biogen-services-response-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ServicesResponse",
  "type": "object",
  "description": "List of available API services.",
  "properties": {
    "services": {
      "type": "array",
      "description": "Array of available services.",
      "items": {
        "$ref": "#/components/schemas/Service"
      }
    }
  }
}