RapidAPI · Schema

CategoryInput

API MarketplaceAPI ManagementAPI TestingAPI GatewayAPI DesignEnterprise

Properties

Name Type Description
name string Display name of the category
View JSON Schema on GitHub

JSON Schema

rapidapi-categoryinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CategoryInput",
  "title": "CategoryInput",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name of the category"
    }
  }
}