Amazon DataZone · Schema

List Projects Response

Response containing a list of projects.

Data CatalogData GovernanceData ManagementData SharingAnalytics

Properties

Name Type Description
items array
nextToken string
View JSON Schema on GitHub

JSON Schema

list-projects-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-datazone/json-schema/list-projects-response-schema.json",
  "title": "List Projects Response",
  "description": "Response containing a list of projects.",
  "type": "object",
  "properties": {
    "items": {
      "type": "array"
    },
    "nextToken": {
      "type": "string"
    }
  }
}