SegmentResponse is a JSON Structure definition published by Amazon Pinpoint, describing 12 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-segment-response-structure.json",
"name": "SegmentResponse",
"description": "Provides information about the configuration, dimension, and other settings for a segment.",
"type": "object",
"properties": {
"ApplicationId": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The unique identifier for the application that the segment is associated with."
}
]
},
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The Amazon Resource Name (ARN) of the segment."
}
]
},
"CreationDate": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The date and time when the segment was created."
}
]
},
"Dimensions": {
"allOf": [
{
"$ref": "#/components/schemas/SegmentDimensions"
},
{
"description": "The dimension settings for the segment."
}
]
},
"Id": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The unique identifier for the segment."
}
]
},
"ImportDefinition": {
"allOf": [
{
"$ref": "#/components/schemas/SegmentImportResource"
},
{
"description": "The settings for the import job that's associated with the segment."
}
]
},
"LastModifiedDate": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The date and time when the segment was last modified."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The name of the segment."
}
]
},
"SegmentGroups": {
"allOf": [
{
"$ref": "#/components/schemas/SegmentGroupList"
},
{
"description": "A list of one or more segment groups that apply to the segment. Each segment group consists of zero or more base segments and the dimensions that are applied to those base segments."
}
]
},
"SegmentType": {
"allOf": [
{
"$ref": "#/components/schemas/SegmentType"
},
{
"description": "<p>The segment type. Valid values are:</p> <ul><li><p>DIMENSIONAL - A dynamic segment, which is a segment that uses selection criteria that you specify and is based on endpoint data that's reported by your app. Dynamic segments can change over time.</p></li> <li><p>IMPORT - A static segment, which is a segment that uses selection criteria that you specify and is based on endpoint definitions that you import from a file. Imported segments are static; they don't change over time.</p></li></ul>"
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/MapOf__string"
},
{
"description": "A string-to-string map of key-value pairs that identifies the tags that are associated with the segment. Each tag consists of a required tag key and an associated tag value."
}
]
},
"Version": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The version number of the segment."
}
]
}
},
"required": [
"SegmentType",
"CreationDate",
"Id",
"Arn",
"ApplicationId"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.