Labguru · Schema

Unauthorized

Electronic Lab NotebookELNLIMSLaboratory Information ManagementBiotechLife SciencesResearch Data ManagementInventory ManagementExperiment ManagementREST APIGraphQL

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

Unauthorized.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/labguru/main/json-schema/Unauthorized.json",
  "title": "Unauthorized",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "example": "You are not authorized to perform this action"
    }
  }
}