Dassault Systèmes · Schema

429 Too Many Requests

Too Many Requests

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

429_too_many_requests.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/429_too_many_requests.json",
  "title": "429 Too Many Requests",
  "type": "object",
  "description": "Too Many Requests",
  "properties": {
    "message": {
      "type": "string"
    }
  },
  "required": [
    "message"
  ]
}