Docs API schemas

neoserver 0.1.2

ClaimMapping

ClaimMapping schema for the neoserver management API.

← All schemas

object
claim_name string required
claim_value string required
created_at string · date-time required
id string required
priority integer required
role_id string required
workspace_id string required
OpenAPI schema definition
{
  "properties": {
    "claim_name": {
      "type": "string"
    },
    "claim_value": {
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    },
    "role_id": {
      "type": "string"
    },
    "workspace_id": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "workspace_id",
    "claim_name",
    "claim_value",
    "role_id",
    "priority",
    "created_at"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.