X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fplatform%2Fcli.git;a=blobdiff_plain;f=component-json-schemas%2Fdata-format%2Fdcae-cli-v1%2Fdata-format-schema.json;fp=component-json-schemas%2Fdata-format%2Fdcae-cli-v1%2Fdata-format-schema.json;h=66aa2ab77449e3cafc6afb5c959c5eb793ad86c1;hp=be1568291300305c7adb9a8d244d39f9e6ddadbd;hb=ed0e21efa55bce913ccfb9ab6c20333f7fba7605;hpb=141bcd47087b39d2ac3846ace864b9d9b0706ff5 diff --git a/component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json b/component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json index be15682..66aa2ab 100644 --- a/component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json +++ b/component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Data format specification schema Version 1.0", + "title": "Data format specification schema Version 1.0.1", "type": "object", "oneOf": [{ "properties": { @@ -13,11 +13,14 @@ "reference": { "type": "object", - "description": "A reference to an external schema - name/version is used to access the artifact", + "description": "A reference to an external schema - name/version or url, if specified, is used to access the artifact", "properties": { "name": { "$ref": "#/definitions/name" }, + "url": { + "$ref": "#/definitions/url" + }, "version": { "$ref": "#/definitions/version" }, @@ -104,6 +107,9 @@ "additionalProperties": false }], "definitions": { + "url": { + "format": "uri" + }, "name": { "type": "string" }, @@ -138,6 +144,7 @@ "JSON", "Delimited Format", "XML", + "Protocol Buffer", "Unstructured" ] }, @@ -199,7 +206,7 @@ }, "dataformatversion": { "type": "string", - "enum": ["1.0.0"] + "enum": ["1.0.0", "1.0.1"] } } }