Stigg · Schema
Coupon
A Stigg coupon providing a percentage or fixed discount on a subscription or customer account.
FinOpsPricingBillingEntitlementsUsage-Based BillingFeature FlagsProduct-Led GrowthSubscriptionSoftware-as-a-ServiceGraphQLREST
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique coupon identifier. |
| name | stringnull | Coupon display name. |
| discountValue | number | The discount amount or percentage value. |
| discountType | string | Whether the discount is a percentage or fixed monetary amount. |
| currency | stringnull | Currency code for fixed-amount coupons (e.g., usd). |
| maxRedemptions | integernull | Maximum number of times this coupon can be redeemed. Null means unlimited. |
| redemptionsCount | integer | Number of times this coupon has been redeemed. |
| isArchived | boolean | Whether this coupon is archived and no longer usable. |
| createdAt | string | Timestamp of when the coupon was created. |
| updatedAt | string | Timestamp of when the coupon was last updated. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.stigg.io/schemas/coupon",
"title": "Coupon",
"description": "A Stigg coupon providing a percentage or fixed discount on a subscription or customer account.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique coupon identifier."
},
"name": {
"type": ["string", "null"],
"description": "Coupon display name."
},
"discountValue": {
"type": "number",
"description": "The discount amount or percentage value."
},
"discountType": {
"type": "string",
"enum": ["PERCENTAGE", "FIXED"],
"description": "Whether the discount is a percentage or fixed monetary amount."
},
"currency": {
"type": ["string", "null"],
"description": "Currency code for fixed-amount coupons (e.g., usd)."
},
"maxRedemptions": {
"type": ["integer", "null"],
"description": "Maximum number of times this coupon can be redeemed. Null means unlimited."
},
"redemptionsCount": {
"type": "integer",
"description": "Number of times this coupon has been redeemed."
},
"isArchived": {
"type": "boolean",
"description": "Whether this coupon is archived and no longer usable."
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp of when the coupon was created."
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp of when the coupon was last updated."
}
},
"required": ["id", "discountValue", "discountType", "redemptionsCount", "isArchived", "createdAt", "updatedAt"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stigg-coupon"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.