Schema source_core.json
Resolve referenced schemas (may reorder keys)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Describes a Source",
"title": "Source resource",
"allOf": [
{ "$ref": "resource_core.json" },
{
"type": "object",
"required": [
"caps",
"device_id",
"parents",
"clock_name"
],
"properties": {
"grain_rate" : {
"description": "Maximum number of Grains per second for Flows derived from this Source. Corresponding Flow Grain rates may override this attribute. Grain rate matches the frame rate for video (see NMOS Content Model). Specified for periodic Sources only.",
"type": "object",
"required" : [