{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/apps-update-mobile-apps-submission-status-structure.json", "name": "UpdateMobileAppsSubmissionStatus", "description": "Update Mobile Apps Status", "type": "object", "properties": { "MobileAppsSubmissionStatusId": { "description": "Mobile Apps Submission Status Id", "type": "int32", "nullable": true, "example": 500123 }, "Type": { "description": "Mobile Type", "enum": [ "None", "Android", "IOS" ], "type": "string", "example": "None" }, "AppStatus": { "description": "Mobile App Status", "enum": [ "None", "Published", "Unpublished" ], "type": "string", "example": "None" }, "UpdateStatus": { "description": "Mobile App Status", "enum": [ "None", "Submitted", "InReview", "Rejected", "Approved", "Published" ], "type": "string", "example": "None" }, "LastUpdateStatusTime": { "description": "Mobile LastUpdateStatusTime", "type": "datetime", "nullable": true, "example": "2026-06-02T12:00:00Z" }, "Notes": { "description": "Mobile Notes", "type": "string", "example": "string" } } }