Chris@23: { Chris@23: "id": "http://vamp-plugins.org/json/schema/realtime#", Chris@23: "$schema": "http://json-schema.org/draft-04/schema#", Chris@74: "description": "schema for a timestamp given in seconds and nanoseconds", Chris@23: "type": "object", Chris@23: "properties": { Chris@23: "s": { "type": "integer" }, Chris@23: "n": { "type": "integer" } Chris@23: }, Chris@23: "required": [ "s", "n" ], Chris@23: "additionalProperties": false Chris@23: } Chris@23: