{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/blueconic/json-schema/interactions.json", "title": "interactions", "type": "object", "properties": { "interactions": { "type": "array", "items": { "$ref": "#/components/schemas/entry" } } } }