Published
Edited
Sep 18, 2018
Fork of json schema
1 star
Insert cell
Insert cell
md`## Courtesy schema by [tranql](https://raw.githubusercontent.com/tranql/telegram-bot-api-schema)`
Insert cell
Insert cell
Insert cell
sendMessageData = ({
"chat_id": "123456789",
"text": "I'm a bot!"
})
Insert cell
Insert cell
validator = ajv.compile(sendMessageSchema)
Insert cell
valid = validator(sendMessageData)
Insert cell
Insert cell
Ajv = require('https://bundle.run/ajv@6.5.3')
Insert cell
ajv = new Ajv({allErrors: true})
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more