{ "$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" } } }