{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "ListObservabilityConfigurationsRequest", "type": "record", "fields": [ { "name": "ObservabilityConfigurationName", "type": "string" }, { "name": "LatestOnly", "type": "string" }, { "name": "MaxResults", "type": "string" }, { "name": "NextToken", "type": "string" } ] }