{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://classifindr.com/schemas/webhooks/test.v1.json","title":"Classifindr webhook test v1","type":"object","additionalProperties":false,"required":["specversion","id","source","type","subject","time","datacontenttype","dataschema","data"],"properties":{"specversion":{"const":"1.0"},"id":{"type":"string"},"source":{"const":"https://classifindr.com/webhooks"},"type":{"const":"webhook.endpoint.test.v1"},"subject":{"type":"string"},"time":{"type":"string","format":"date-time"},"datacontenttype":{"const":"application/json"},"dataschema":{"const":"https://classifindr.com/schemas/webhooks/test.v1.json"},"data":{"type":"object","required":["schema_version","message"],"properties":{"schema_version":{"const":1},"message":{"const":"Classifindr webhook test"}}}}}