Project

General

Profile

Actions

Publication

Publisher schema

{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "catalog update",
"type": "object",
"properties": {
"add": {
"description": "NDN name URIs to be added",
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
},
"remove": {
"description": "NDN name URIs to be removed",
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
}
},
"required": [
"add",
"remove"
]
}

Updated by susmit shannigrahi almost 9 years ago · 1 revisions