Skip to content

Commit 9855e50

Browse files
fix: AID JSON Schema contentType is not expressible with a finite list
1 parent 23d7b21 commit 9855e50

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

packages/td-tools/test/util/AIDSchema.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,15 +1942,7 @@
19421942
"enum": ["xs:string"]
19431943
},
19441944
"value": {
1945-
"type": "string",
1946-
"enum": [
1947-
"application/json",
1948-
"application/octet-stream",
1949-
"application/pdf",
1950-
"application/rdf+xml",
1951-
"image/svg+xml",
1952-
"image/png;base64"
1953-
]
1945+
"type": "string"
19541946
},
19551947
"valueId": {
19561948
"$ref": "#/definitions/Reference"

0 commit comments

Comments
 (0)