Labguru · Schema

UnprocessableEntity

Electronic Lab NotebookELNLIMSLaboratory Information ManagementBiotechLife SciencesResearch Data ManagementInventory ManagementExperiment ManagementREST APIGraphQL

Properties

Name Type Description
error_message string
type string
View JSON Schema on GitHub

JSON Schema

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