Skip to content

Commit 2e48034

Browse files
committed
feat: add file.proto.json definition with localization and type specifications
1 parent 4843d06 commit 2e48034

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"identifier": "FILE",
3+
"name": [
4+
{
5+
"code": "en-US",
6+
"content": "File"
7+
}
8+
],
9+
"alias": [
10+
{
11+
"code": "en-US",
12+
"content": "file;document;blob;attachment;binary"
13+
}
14+
],
15+
"displayMessage": [
16+
{
17+
"code": "en-US",
18+
"content": "File"
19+
}
20+
],
21+
"genericKeys": [
22+
"M"
23+
],
24+
"type": "{ contentType: M; valueType: 'base64'; value: string }",
25+
"rules": []
26+
}

0 commit comments

Comments
 (0)