Figma · JSON Structure

Figma Payments Payment Information Structure

Type: object Properties: 4
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

PaymentInformation is a JSON Structure definition published by Figma, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

user_id resource_id resource_type date_of_purchase

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaymentInformation",
  "type": "object",
  "properties": {
    "user_id": {
      "type": "string"
    },
    "resource_id": {
      "type": "string"
    },
    "resource_type": {
      "type": "string"
    },
    "date_of_purchase": {
      "type": "string"
    }
  }
}