Stigg · Schema

Plan

A Stigg pricing plan.

FinOpsPricingBillingEntitlementsUsage-Based BillingFeature FlagsProduct-Led GrowthSubscriptionsSaaSGraphQLREST

Properties

Name Type Description
id string Plan identifier.
name string Plan display name.
description string Plan description.
View JSON Schema on GitHub

JSON Schema

stigg-plan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Plan",
  "title": "Plan",
  "type": "object",
  "description": "A Stigg pricing plan.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Plan identifier."
    },
    "name": {
      "type": "string",
      "description": "Plan display name."
    },
    "description": {
      "type": "string",
      "description": "Plan description."
    }
  }
}