Chris@24: { Chris@24: "id": "http://vamp-plugins.org/json/schema/valueextents#", Chris@24: "$schema": "http://json-schema.org/draft-04/schema#", Chris@74: "description": "schema for a structure giving the extents of a value range", Chris@24: "type": "object", Chris@24: "properties": { Chris@24: "min": { "type": "number" }, Chris@24: "max": { "type": "number" } Chris@24: }, Chris@24: "required": [ "min", "max" ], Chris@24: "additionalProperties": false Chris@24: } Chris@24: