# HG changeset patch # User Chris Cannam # Date 1474622170 -3600 # Node ID d1259ec8121b916d366bf220407485072b9a0a68 # Parent f1372b0dd654bd0a505dfa8ff260a0930338c3ef# Parent 0bbfbfbb2413cfa00020d1b79cab2ff056dde3bf Merge diff -r f1372b0dd654 -r d1259ec8121b schema/enums.json --- a/schema/enums.json Fri Sep 23 10:15:51 2016 +0100 +++ b/schema/enums.json Fri Sep 23 10:16:10 2016 +0100 @@ -4,12 +4,15 @@ "description": "schema for Vamp serialisation enums", "definitions": { "input_domain": { + "type": "string", "enum": [ "TimeDomain", "FrequencyDomain" ] }, "sample_type": { + "type": "string", "enum": [ "OneSamplePerStep", "FixedSampleRate", "VariableSampleRate" ] }, "adapter_flags": { + "type": "string", "enum": [ "AdaptNone", "AdaptInputDomain", "AdaptChannelCount", "AdaptBufferSize", "AdaptAllSafe", "AdaptAll" ] }