Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleData Sources Output
collapsetrue
{
    "id": "test",
    "name": "Test Collection",
    "description": "A collection used for testing RDS",
    "datasources": [
        {
            			"id": "datasource1",
            			"name": "An example data source.",
			"description": "An example data source that is used for the Rich Data Services documentation.",
			"publicprovenance": true"Metadata Technology North America, 2016",
    		"public": true
		},
 		{
            "id": "datasource2",
            "name": "A second example data source",
            "public": true
        }
    ],
    "info": {
        "limit": 10,
        "offset": 0,
        "more": false
    }
}

...

Code Block
titleLimit One Output
collapsetrue
{
    "id": "test",
    "name": "Test Collection",
    "description": "A collection used for testing RDS",
    "datasources": [
        {
            		"id": "datasource1",
            		"name": "An example data source.",
			"description": "An example data source that is used for the Rich Data Services "publicdocumentation.",
			"provenance": "Metadata trueTechnology North America, 2016",
    		"public": true
		}
    ],
    "info": {
        "limit": 1,
        "offset": 0,
        "more": true
    }
}

...