Skip to content

Instantly share code, notes, and snippets.

@webmonarch
Last active December 5, 2019 01:46
Show Gist options
  • Save webmonarch/4e8680bf2653203f1e443ed15e7bd79d to your computer and use it in GitHub Desktop.
Save webmonarch/4e8680bf2653203f1e443ed15e7bd79d 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": {
"name": {
"type": "string",
"description": "Name of the subject"
}
},
"required": ["name"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment