File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
export default {
2
- " namespace" : "org.dsnp" ,
3
- " name" : "ProfileResource" ,
4
- " type" : "record" ,
5
- " doc" : "Profile-linked resource" ,
6
- " fields" : [
7
- {
8
- " name" : "type" ,
9
- " type" : "int" ,
10
- " doc" : "Type of resource"
11
- } ,
12
- {
13
- " name" : "cid" ,
14
- " type" : "string" ,
15
- " doc" : "Content IDentifier of resource"
16
- } ,
17
- {
18
- " name" : "length" ,
19
- " type" : "int" ,
20
- " doc" : "Length of document in bytes"
21
- }
22
- ]
2
+ namespace : "org.dsnp" ,
3
+ name : "ProfileResource" ,
4
+ type : "record" ,
5
+ doc : "Profile-linked resource" ,
6
+ fields : [
7
+ {
8
+ name : "type" ,
9
+ type : "int" ,
10
+ doc : "Type of resource" ,
11
+ } ,
12
+ {
13
+ name : "cid" ,
14
+ type : "string" ,
15
+ doc : "Content IDentifier of resource" ,
16
+ } ,
17
+ {
18
+ name : "length" ,
19
+ type : "int" ,
20
+ doc : "Length of document in bytes" ,
21
+ } ,
22
+ ] ,
23
23
} ;
You can’t perform that action at this time.
0 commit comments