Skip to content

Instantly share code, notes, and snippets.

@webmonarch
Created December 5, 2019 01:49
Show Gist options
  • Save webmonarch/d4ade0bd976fc94f0e2349b0213aeff4 to your computer and use it in GitHub Desktop.
Save webmonarch/d4ade0bd976fc94f0e2349b0213aeff4 to your computer and use it in GitHub Desktop.
{
"$id": "http://3d.adobe.com/schemas/sensei/poc/v1/subject.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "Message string"
}
},
"required": ["message"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment