agilent-technologies · JSON Structure

Ilab Operations Api Service Structure

A service offered by a core facility.

Type: object Properties: 5
Fortune 500Life SciencesDiagnosticsLaboratoryScientific InstrumentsLIMSLaboratory Automation

Service is a JSON Structure definition published by agilent-technologies, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name description status url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agilent-technologies/refs/heads/main/json-structure/ilab-operations-api-service-structure.json",
  "name": "Service",
  "description": "A service offered by a core facility.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Unique identifier for the service.",
      "example": 493801
    },
    "name": {
      "type": "string",
      "description": "Name of the service.",
      "example": "RNA Sequencing"
    },
    "description": {
      "type": "string",
      "description": "Description of the service.",
      "example": "Transcriptome sequencing service"
    },
    "status": {
      "type": "string",
      "description": "Availability status of the service.",
      "enum": [
        "active",
        "inactive"
      ],
      "example": "active"
    },
    "url": {
      "type": "uri",
      "description": "API URL for this service resource.",
      "example": "https://api.ilabsolutions.com/v1/cores/5582/services/493801"
    }
  }
}