Labguru · Schema

NotFound

Electronic Lab NotebookELNLIMSLaboratory Information ManagementBiotechLife SciencesResearch Data ManagementInventory ManagementExperiment ManagementREST APIGraphQL

Properties

Name Type Description
error string
View JSON Schema on GitHub

JSON Schema

NotFound.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/labguru/main/json-schema/NotFound.json",
  "title": "NotFound",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "example": "Resource not found"
    }
  }
}