Format guide

JSON Schema

A machine-readable contract for validating the canonical dataset.

application/schema+json; charset=utf-8

Use it

Request an asset

Browser

const response = await fetch("/v1/schemas/dataset.schema.json");
const payload = await response.json();

curl

curl -fsS https://payloads.mochavi.com/v1/schemas/dataset.schema.json

Python

from urllib.request import urlopen

with urlopen("https://payloads.mochavi.com/v1/schemas/dataset.schema.json") as response:
    payload = response.read()

Published files

1 stable URL

Open explorer
PathMedia typeSize
/v1/schemas/dataset.schema.jsonapplication/schema+json; charset=utf-86.0 KB