{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "API2.Models.Accounting", "description": "", "properties": { "CreditBalance": { "description": "", "format": "int32", "type": "integer" }, "MemberSince": { "description": "", "format": "date-time", "type": "string" }, "PremiumExpiryDate": { "description": "", "format": "date-time", "type": "string" }, "UserLevel": { "description": "", "type": "string" } }, "type": "object" }