RapidAPI · Schema

CodeSnippet

API MarketplaceAPI ManagementAPI TestingAPI GatewayAPI DesignEnterprise

Properties

Name Type Description
language string Programming language name
library string HTTP library or framework used
code string The generated code snippet
View JSON Schema on GitHub

JSON Schema

rapidapi-codesnippet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CodeSnippet",
  "title": "CodeSnippet",
  "type": "object",
  "properties": {
    "language": {
      "type": "string",
      "description": "Programming language name"
    },
    "library": {
      "type": "string",
      "description": "HTTP library or framework used"
    },
    "code": {
      "type": "string",
      "description": "The generated code snippet"
    }
  }
}