Perplexity · Schema

FetchUrlContentStepDetails

Fetch url content step details wrapper class

Properties

Name Type Description
contents array
View JSON Schema on GitHub

JSON Schema

perplexity-fetchurlcontentstepdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FetchUrlContentStepDetails",
  "title": "FetchUrlContentStepDetails",
  "properties": {
    "contents": {
      "items": {
        "$ref": "#/components/schemas/ApiPublicSearchResult"
      },
      "type": "array",
      "title": "Contents"
    }
  },
  "type": "object",
  "required": [
    "contents"
  ],
  "description": "Fetch url content step details wrapper class"
}