c@171: { c@178: "id": "http://vamp-plugins.org/piper/json/schema/serialisedarray#", c@171: "$schema": "http://json-schema.org/draft-04/schema#", c@171: "description": "schema for alternate serialisations of an array of floating-point values", c@171: "anyOf": [ c@171: { c@171: "type": "array", c@171: "items": { "type": "number" } c@171: }, c@171: { c@171: "type": "string", c@171: "media": { c@171: "binaryEncoding": "base64", c@171: "type": "application/octet-stream" c@171: } c@171: } c@171: ] c@171: } c@171: c@171: