AppStoreAppSupportInfo schema from Flipdish API - Apps.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/apps-app-store-app-support-info-schema.json", "title": "AppStoreAppSupportInfo", "description": "AppStoreAppSupportInfo schema from Flipdish API - Apps.", "type": "object", "properties": { "PrivacyPolicy": { "type": "string", "example": "string" }, "TermsOfUse": { "type": "string", "example": "string" }, "CompanyWebsite": { "type": "string", "example": "string" }, "LearnMore": { "type": "string", "example": "string" }, "InstallationMessage": { "type": "string", "example": "string" }, "SupportEmail": { "type": "string", "example": "[email protected]" } } }