Dassault Systèmes · Schema

403 Basic Forbidden

Access Forbidden.

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

403_basic_forbidden.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/403_basic_forbidden.json",
  "title": "403 Basic Forbidden",
  "type": "object",
  "description": "Access Forbidden.",
  "properties": {
    "message": {
      "type": "string"
    }
  },
  "required": [
    "message"
  ]
}