Home
Flipdish
Apps Play Store Config Model Structure
Apps Play Store Config Model Structure
Play Store configuration model
Type: object
Properties: 13
Restaurant Online Ordering Mobile Apps Point of Sale Orders Menu Payments Webhooks
PlayStoreConfigModel is a JSON Structure definition published by Flipdish, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
WhiteLabelId
BundleId
Description
ShortDescription
Copyright
Keywords
MarketingUrl
PrivacyUrl
SupportUrl
PlayConsoleAccount
ReleaseNotes
StoreIcon
ReadyToPublishAndroid
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/apps-play-store-config-model-structure.json",
"name": "PlayStoreConfigModel",
"description": "Play Store configuration model",
"type": "object",
"properties": {
"WhiteLabelId": {
"description": "White label ID",
"type": "int32",
"example": 500123
},
"BundleId": {
"description": "Bundle ID",
"type": "string",
"example": "500123"
},
"Description": {
"description": "Description",
"type": "string",
"example": "string"
},
"ShortDescription": {
"description": "Short description",
"type": "string",
"example": "string"
},
"Copyright": {
"description": "Copyright",
"type": "string",
"example": "string"
},
"Keywords": {
"description": "Keywords",
"type": "string",
"example": "string"
},
"MarketingUrl": {
"description": "Marketing URL",
"type": "string",
"example": "https://api.flipdish.co/example"
},
"PrivacyUrl": {
"description": "Privacy URL",
"type": "string",
"example": "https://api.flipdish.co/example"
},
"SupportUrl": {
"description": "Support URL",
"type": "string",
"example": "https://api.flipdish.co/example"
},
"PlayConsoleAccount": {
"description": "Play Console account\r\n0: UK, 1: IE",
"type": "int32",
"example": 3
},
"ReleaseNotes": {
"description": "Release notes",
"type": "string",
"example": "string"
},
"StoreIcon": {
"description": "Store icon URL",
"type": "string",
"example": "string"
},
"ReadyToPublishAndroid": {
"description": "Ready to publish Android",
"type": "boolean",
"example": true
}
}
}