diff --git a/softbinding-algorithm-list.schema.json b/softbinding-algorithm-list.schema.json index f12ee17..62005e0 100644 --- a/softbinding-algorithm-list.schema.json +++ b/softbinding-algorithm-list.schema.json @@ -130,33 +130,17 @@ "type", "entryMetadata" ], - "oneOf": [ + "anyOf": [ { "required": [ "decodedMediaTypes" - ], - "not": { - "properties": { - "encodedMediaTypes": {} - }, - "required": [ - "encodedMediaTypes" - ] - } + ] }, { "required": [ "encodedMediaTypes" - ], - "not": { - "properties": { - "decodedMediaTypes": {} - }, - "required": [ - "decodedMediaTypes" - ] - } + ] } ] } -} \ No newline at end of file +}