Sha256: 9cf9073ccf5da118d0c753723d24c356bdc372f89cbc9287d26bb2c8745afb3d
Contents?: true
Size: 652 Bytes
Versions: 16
Compression:
Stored size: 652 Bytes
Contents
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "title" : "mobile_topup_details", "description" : "Information about mobile topup", "properties" : { "provider" : { "description" : "The name of the mobile network operator", "type" : "string", "readOnly" : true }, "phone_number" : { "description" : "Mobile phone number user for topup", "type" : "string", "readOnly" : true }, "topup_subject" : { "description" : "Subject of the mobile topup", "type" : "string", "readOnly" : true } } }
Version data entries
16 entries across 16 versions & 1 rubygems