European-Learning-Model icon indicating copy to clipboard operation
European-Learning-Model copied to clipboard

[JSON-LD context] add "image" and "page" terms

Open Esayos opened this issue 2 years ago • 0 comments

Add "image" and "page" terms to the JSON-LD context, find below a proposal:

   "image" : {
    "@id" : "elm:image",
        "@type" : "@id"
},



"page" : {
    "@id": "elm:page",
        "@type" : "xsd:positiveInteger"
},

Esayos avatar Dec 13 '22 14:12 Esayos