agilent-technologies · JSON Structure

Ilab Operations Api Prices List Response Structure

List of prices for a service.

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

Prices List Response is a JSON Structure definition published by agilent-technologies, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

prices

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-prices-list-response-structure.json",
  "name": "Prices List Response",
  "description": "List of prices for a service.",
  "type": "object",
  "properties": {
    "prices": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Price"
      }
    }
  }
}