Commit af5433b 1 parent a2157be commit af5433b Copy full SHA for af5433b
File tree 1 file changed +22
-21
lines changed
studio/did-linked-resources/understanding-dlrs
1 file changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -58,30 +58,31 @@ The schema in the above Credential dereferences to the following data:
58
58
59
59
``` json
60
60
{
61
- "@context" : {
62
- "id" : " @id" ,
63
- "type" : " @type" ,
64
- "@version" : 1.1 ,
65
- "schema" : " http://schema.org/#" ,
66
- "xsd" : " https://www.w3.org/2001/XMLSchema#" ,
67
- "reservationId" : {
68
- "@id" : " schema: reservationId" ,
69
- "@type" : " xsd:string"
70
- },
71
- "reservationStatus" : " schema: reservationStatus" ,
72
- "reservationFor" : {
73
- "@id" : " schema: reservationFor" ,
74
- "@type" : " @id" ,
75
- "@context" : {
61
+ "@context" : {
62
+ "id" : " @id" ,
63
+ "type" : " @type" ,
64
+ "@version" : 1.1 ,
65
+ "schema" : " http://schema.org/#" ,
66
+ "xsd" : " https://www.w3.org/2001/XMLSchema#" ,
67
+ "reservationId" : {
68
+ "@id" : " schema: reservationId" ,
69
+ "@type" : " xsd:string"
70
+ },
71
+ "reservationStatus" : " schema: reservationStatus" ,
72
+ "reservationFor" : {
73
+ "@id" : " schema: reservationFor" ,
74
+ "@type" : " @id" ,
75
+ "@context" : {
76
76
"name" : " schema: name" ,
77
77
"startDate" : " schema: startDate" ,
78
78
"endDate" : " schema: endDate" ,
79
- "location" :{
80
- "@id" : " schema: location" ,
81
- "@type" : " xsd: string" },
82
- "logo" : " schema: logo "
83
- }
84
- }
79
+ "location" : {
80
+ "@id" : " schema: location" ,
81
+ "@type" : " xsd: string"
82
+ },
83
+ "logo" : " schema: logo "
84
+ }
85
85
}
86
+ }
86
87
}
87
88
```
You can’t perform that action at this time.
0 commit comments