ItsaCheckmate · JSON Structure

Marketplace Api Activation Result Structure

Result of activating the token's location.

Type: object Properties: 3
RestaurantPoint Of SaleOnline OrderingDeliveryMenusOrdersIntegration

ActivationResult is a JSON Structure definition published by ItsaCheckmate, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

activated location_id message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/itsacheckmate/refs/heads/main/json-structure/marketplace-api-activation-result-structure.json",
  "name": "ActivationResult",
  "description": "Result of activating the token's location.",
  "type": "object",
  "properties": {
    "activated": {
      "type": "boolean",
      "description": "Whether the location was activated."
    },
    "location_id": {
      "type": "string",
      "description": "Identifier of the activated location."
    },
    "message": {
      "type": "string",
      "description": "Human-readable activation message."
    }
  }
}