DataShareList schema from Amazon Redshift
{ "type": "array", "items": { "type": "object", "properties": { "DataShareArn": {}, "ProducerArn": {}, "AllowPubliclyAccessibleConsumers": {}, "DataShareAssociations": {}, "ManagedBy": {} } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-data-share-list-schema.json", "title": "DataShareList", "description": "DataShareList schema from Amazon Redshift" }