UNPKG

on-http-y1

Version:
16 lines 427 B
{ "@odata.context" : "<%= basepath %>/$metadata#Schemas", "@odata.id": "<%= url %>", "@odata.type": "#JsonSchemaFileCollection.JsonSchemaFileCollection", "Oem": {}, "Name": "JsonSchema File ", "Members@odata.count": <%= schemas.length %>, "Members": [ <% schemas.forEach(function(schema, i, arr) { %> { "@odata.id": "<%= basepath %>/Schemas/<%= schema %>" } <%= ( arr.length > 0 && i < arr.length-1 ) ? ',': '' %> <% }); %> ] }