Aggregate is a JSON Structure definition published by Amazon Glue, describing 4 properties, of which 4 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-glue/refs/heads/main/json-structure/glue-aggregate-structure.json",
"name": "Aggregate",
"description": "Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/NodeName"
},
{
"description": "The name of the transform node."
}
]
},
"Inputs": {
"allOf": [
{
"$ref": "#/components/schemas/OneInput"
},
{
"description": "Specifies the fields and rows to use as inputs for the aggregate transform."
}
]
},
"Groups": {
"allOf": [
{
"$ref": "#/components/schemas/GlueStudioPathList"
},
{
"description": "Specifies the fields to group by."
}
]
},
"Aggs": {
"allOf": [
{
"$ref": "#/components/schemas/AggregateOperations"
},
{
"description": "Specifies the aggregate functions to be performed on specified fields. "
}
]
}
},
"required": [
"Name",
"Inputs",
"Groups",
"Aggs"
]
}
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.