Schema flow_core.json
Resolve referenced schemas (may reorder keys)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Describes a Flow",
"title": "Flow resource",
"allOf": [
{ "$ref": "resource_core.json" },
{
"type": "object",
"required": [
"source_id",
"device_id",
"parents"
],
"properties": {
"grain_rate" : {
"description": "Number of Grains per second for this Flow. Must be an integer division of, or equal to the Grain rate specified by the parent Source. Grain rate matches the frame rate for video (see NMOS Content Model). Specified for periodic Flows only.",
"type": "object",
"required" : [
"numerator"