Perplexity · Schema

Date

Input: MM/DD/YYYY, Output: YYYY-MM-DD

View JSON Schema on GitHub

JSON Schema

perplexity-date-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Date",
  "title": "Date",
  "description": "Input: MM/DD/YYYY, Output: YYYY-MM-DD",
  "type": "string"
}