{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NamespaceDetail", "type": "object", "properties": { "namespace": { "type": "array" }, "createdAt": { "type": "string" }, "createdBy": { "type": "string" }, "ownerAccountId": { "type": "string" }, "tableBucketARN": { "type": "string" } } }