Request Types

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cloudforce-one-request-types-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cloudforce-one_request-types",
  "title": "Request Types",
  "example": [
    "Indicators of Compromise",
    "Victomology"
  ],
  "items": {
    "description": "Request Types",
    "type": "string"
  },
  "type": "array"
}