/playstore-applications-post-one

Summary

  • Source repository: jef-systems/jef-playstore-backend

  • Source SHA: 3a3ac71413d7abee987e8ff8d1a49b1d0778727d

  • Source run id: 30065980599

  • Lambda function: jef-playstore-post-004

  • HTTP method: POST

  • API path: /playstore-applications-post-one

  • Cloudflare path: /playstore/async-post/playstore-applications-post-one

  • Endpoint URL: https://api.jefoffice.com/playstore/async-post/playstore-applications-post-one

  • Cloudflare base URL: https://api.jefoffice.com/playstore/async-post

  • Cloudflare parent path: /playstore

  • Cloudflare scope: async-post

  • Cloudflare scope path: /playstore/async-post

  • Cloudflare mode: one-worker-for-lambda-async-post

  • Cloudflare Worker: jef-playstore-lambda-async-post

  • Cloudflare Worker route: api.jefoffice.com/playstore/async-post/\*

  • Payload mode: json-body

Description

Function

jef-playstore-post-004 Logical ID: jef-playstore:jef-playstore-applications:post-one Order Number: 002

Module

jef-playstore

Action

post-one

Method

POST

Invocation Mode

ASYNC

Resource Path

/playstore-applications-post-one Endpoint Name: jef-playstore-applications-post-one

Table

jef-playstore-applications

Primary Key

application_id

API Gateway Response

status\_code

202

message

Request accepted for asynchronous processing.

Payload Example

application\_id

ec05931c-5182-49c3-a3c7-7488bcd6564c

domain\_id

dc7f6b50-cf87-4dc1-89b5-27f6a011ed82

package\_name

Sample Name

name

value-001

version

value-001

version\_code

1

is\_mobile

True

apk\_s3\_uri

value-001

apk\_cloudfront\_url

value-001

apk\_object\_key

value-001

apk\_sha256

value-001

signing\_certificate\_sha256

value-001

apk\_size\_bytes

1

build\_type

value-001

source\_sha

value-001

created

2026-07-24T04:07:26Z

updated

2026-07-24T04:07:26Z

children.jef-playstore-download-histories\[0\].download\_history\_id

c4dab747-e7d5-455f-991a-b37c4e40d0d9

children.jef-playstore-download-histories\[0\].application\_id

ec05931c-5182-49c3-a3c7-7488bcd6564c

children.jef-playstore-download-histories\[0\].version

value-001

children.jef-playstore-download-histories\[0\].download\_status

value-001

children.jef-playstore-download-histories\[0\].failure\_code

value-001

children.jef-playstore-download-histories\[0\].failure\_reason

value-001

children.jef-playstore-download-histories\[0\].created

2026-07-24T04:07:26Z

children.jef-playstore-download-histories\[0\].updated

2026-07-24T04:07:26Z

Payload Schema

{
  "type": "object",
  "additionalProperties": "False",
  "payload_mode": "parent-plus-children-wrapper",
  "allow_children_wrapper": "True",
  "children_wrapper_field": "children",
  "allow_batch": "False",
  "table": "jef-playstore-applications",
  "primary_key": "application_id",
  "required[0]": "domain_id",
  "required[1]": "package_name",
  "required[2]": "name",
  "required[3]": "version",
  "required[4]": "is_mobile",
  "properties.application_id.field": "application_id",
  "properties.application_id.type": "S",
  "properties.application_id.required": "False",
  "properties.application_id.source_required": "True",
  "properties.application_id.server_generated": "True",
  "properties.application_id.autogenerated": "False",
  "properties.application_id.frontend_autocomputed": "False",
  "properties.application_id.format": "uuidv4",
  "properties.application_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
  "properties.domain_id.field": "domain_id",
  "properties.domain_id.type": "S",
  "properties.domain_id.required": "True",
  "properties.domain_id.source_required": "True",
  "properties.domain_id.server_generated": "True",
  "properties.domain_id.autogenerated": "False",
  "properties.domain_id.frontend_autocomputed": "False",
  "properties.domain_id.format": "uuidv4",
  "properties.domain_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
  "properties.package_name.field": "package_name",
  "properties.package_name.type": "S",
  "properties.package_name.required": "True",
  "properties.package_name.source_required": "True",
  "properties.package_name.server_generated": "False",
  "properties.package_name.autogenerated": "False",
  "properties.package_name.frontend_autocomputed": "False",
  "properties.package_name.regex": "^[a-zA-Z][a-zA-Z0-9_]*(?:[.][a-zA-Z][a-zA-Z0-9_]*){1,}$",
  "properties.name.field": "name",
  "properties.name.type": "S",
  "properties.name.required": "True",
  "properties.name.source_required": "True",
  "properties.name.server_generated": "False",
  "properties.name.autogenerated": "False",
  "properties.name.frontend_autocomputed": "False",
  "properties.name.regex": "^[A-Za-z0-9 ._@:/#,+&()_-]{1,160}$",
  "properties.version.field": "version",
  "properties.version.type": "S",
  "properties.version.required": "True",
  "properties.version.source_required": "True",
  "properties.version.server_generated": "False",
  "properties.version.autogenerated": "False",
  "properties.version.frontend_autocomputed": "False",
  "properties.version.regex": "^[0-9]+[.][0-9]+[.][0-9]+(?:[-+][A-Za-z0-9.-]+)?$",
  "properties.version_code.field": "version_code",
  "properties.version_code.type": "N",
  "properties.version_code.required": "False",
  "properties.version_code.source_required": "False",
  "properties.version_code.server_generated": "False",
  "properties.version_code.autogenerated": "False",
  "properties.version_code.frontend_autocomputed": "False",
  "properties.version_code.regex": "^[1-9][0-9]*$",
  "properties.is_mobile.field": "is_mobile",
  "properties.is_mobile.type": "BOOL",
  "properties.is_mobile.required": "True",
  "properties.is_mobile.source_required": "True",
  "properties.is_mobile.server_generated": "False",
  "properties.is_mobile.autogenerated": "False",
  "properties.is_mobile.frontend_autocomputed": "False",
  "properties.is_mobile.regex": "^(true|false)$",
  "properties.apk_s3_uri.field": "apk_s3_uri",
  "properties.apk_s3_uri.type": "S",
  "properties.apk_s3_uri.required": "False",
  "properties.apk_s3_uri.source_required": "False",
  "properties.apk_s3_uri.server_generated": "False",
  "properties.apk_s3_uri.autogenerated": "False",
  "properties.apk_s3_uri.frontend_autocomputed": "False",
  "properties.apk_s3_uri.regex": "^s3://[A-Za-z0-9._/-]{1,2000}$",
  "properties.apk_cloudfront_url.field": "apk_cloudfront_url",
  "properties.apk_cloudfront_url.type": "S",
  "properties.apk_cloudfront_url.required": "False",
  "properties.apk_cloudfront_url.source_required": "False",
  "properties.apk_cloudfront_url.server_generated": "False",
  "properties.apk_cloudfront_url.autogenerated": "False",
  "properties.apk_cloudfront_url.frontend_autocomputed": "False",
  "properties.apk_cloudfront_url.regex": "^https://[A-Za-z0-9._~:/?#\\[\\]@!$&'()*+,;=%-]{1,2000}$",
  "properties.apk_object_key.field": "apk_object_key",
  "properties.apk_object_key.type": "S",
  "properties.apk_object_key.required": "False",
  "properties.apk_object_key.source_required": "False",
  "properties.apk_object_key.server_generated": "False",
  "properties.apk_object_key.autogenerated": "False",
  "properties.apk_object_key.frontend_autocomputed": "False",
  "properties.apk_object_key.regex": "^[A-Za-z0-9._~!$&'()*+,;=:@/-]{1,1024}$",
  "properties.apk_sha256.field": "apk_sha256",
  "properties.apk_sha256.type": "S",
  "properties.apk_sha256.required": "False",
  "properties.apk_sha256.source_required": "False",
  "properties.apk_sha256.server_generated": "False",
  "properties.apk_sha256.autogenerated": "False",
  "properties.apk_sha256.frontend_autocomputed": "False",
  "properties.apk_sha256.regex": "^[0-9a-fA-F]{64}$",
  "properties.signing_certificate_sha256.field": "signing_certificate_sha256",
  "properties.signing_certificate_sha256.type": "S",
  "properties.signing_certificate_sha256.required": "False",
  "properties.signing_certificate_sha256.source_required": "False",
  "properties.signing_certificate_sha256.server_generated": "False",
  "properties.signing_certificate_sha256.autogenerated": "False",
  "properties.signing_certificate_sha256.frontend_autocomputed": "False",
  "properties.signing_certificate_sha256.regex": "^[0-9a-fA-F]{64}$",
  "properties.apk_size_bytes.field": "apk_size_bytes",
  "properties.apk_size_bytes.type": "N",
  "properties.apk_size_bytes.required": "False",
  "properties.apk_size_bytes.source_required": "False",
  "properties.apk_size_bytes.server_generated": "False",
  "properties.apk_size_bytes.autogenerated": "False",
  "properties.apk_size_bytes.frontend_autocomputed": "False",
  "properties.apk_size_bytes.regex": "^[0-9]+$",
  "properties.build_type.field": "build_type",
  "properties.build_type.type": "S",
  "properties.build_type.required": "False",
  "properties.build_type.source_required": "False",
  "properties.build_type.server_generated": "False",
  "properties.build_type.autogenerated": "False",
  "properties.build_type.frontend_autocomputed": "False",
  "properties.build_type.regex": "^(debug|release)$",
  "properties.source_sha.field": "source_sha",
  "properties.source_sha.type": "S",
  "properties.source_sha.required": "False",
  "properties.source_sha.source_required": "False",
  "properties.source_sha.server_generated": "False",
  "properties.source_sha.autogenerated": "False",
  "properties.source_sha.frontend_autocomputed": "False",
  "properties.source_sha.regex": "^[0-9a-fA-F]{7,64}$",
  "properties.created.field": "created",
  "properties.created.type": "S",
  "properties.created.required": "False",
  "properties.created.source_required": "True",
  "properties.created.server_generated": "True",
  "properties.created.autogenerated": "False",
  "properties.created.frontend_autocomputed": "False",
  "properties.created.format": "iso8601",
  "properties.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "properties.updated.field": "updated",
  "properties.updated.type": "S",
  "properties.updated.required": "False",
  "properties.updated.source_required": "True",
  "properties.updated.server_generated": "True",
  "properties.updated.autogenerated": "False",
  "properties.updated.frontend_autocomputed": "False",
  "properties.updated.format": "iso8601",
  "properties.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "children[0].parent_table": "jef-playstore-applications",
  "children[0].child_table": "jef-playstore-download-histories",
  "children[0].parent_key": "application_id",
  "children[0].child_foreign_key": "application_id",
  "children[0].child_index_name": "gsi_1",
  "children[0].child_index_key": "gsi_1_pk",
  "children[0].aliases[0]": "jef-playstore-download-histories",
  "children[0].aliases[1]": "download-histories",
  "children[0].aliases[2]": "playstore-download-histories",
  "children[0].aliases[3]": "jef_playstore_download_histories",
  "children[0].aliases[4]": "download_histories",
  "children[0].aliases[5]": "playstore_download_histories",
  "children[0].aliases[6]": "histories",
  "root.type": "object",
  "root.attributes.application_id.field": "application_id",
  "root.attributes.application_id.type": "S",
  "root.attributes.application_id.required": "False",
  "root.attributes.application_id.source_required": "True",
  "root.attributes.application_id.server_generated": "True",
  "root.attributes.application_id.autogenerated": "False",
  "root.attributes.application_id.frontend_autocomputed": "False",
  "root.attributes.application_id.format": "uuidv4",
  "root.attributes.application_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
  "root.attributes.domain_id.field": "domain_id",
  "root.attributes.domain_id.type": "S",
  "root.attributes.domain_id.required": "True",
  "root.attributes.domain_id.source_required": "True",
  "root.attributes.domain_id.server_generated": "True",
  "root.attributes.domain_id.autogenerated": "False",
  "root.attributes.domain_id.frontend_autocomputed": "False",
  "root.attributes.domain_id.format": "uuidv4",
  "root.attributes.domain_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
  "root.attributes.package_name.field": "package_name",
  "root.attributes.package_name.type": "S",
  "root.attributes.package_name.required": "True",
  "root.attributes.package_name.source_required": "True",
  "root.attributes.package_name.server_generated": "False",
  "root.attributes.package_name.autogenerated": "False",
  "root.attributes.package_name.frontend_autocomputed": "False",
  "root.attributes.package_name.regex": "^[a-zA-Z][a-zA-Z0-9_]*(?:[.][a-zA-Z][a-zA-Z0-9_]*){1,}$",
  "root.attributes.name.field": "name",
  "root.attributes.name.type": "S",
  "root.attributes.name.required": "True",
  "root.attributes.name.source_required": "True",
  "root.attributes.name.server_generated": "False",
  "root.attributes.name.autogenerated": "False",
  "root.attributes.name.frontend_autocomputed": "False",
  "root.attributes.name.regex": "^[A-Za-z0-9 ._@:/#,+&()_-]{1,160}$",
  "root.attributes.version.field": "version",
  "root.attributes.version.type": "S",
  "root.attributes.version.required": "True",
  "root.attributes.version.source_required": "True",
  "root.attributes.version.server_generated": "False",
  "root.attributes.version.autogenerated": "False",
  "root.attributes.version.frontend_autocomputed": "False",
  "root.attributes.version.regex": "^[0-9]+[.][0-9]+[.][0-9]+(?:[-+][A-Za-z0-9.-]+)?$",
  "root.attributes.version_code.field": "version_code",
  "root.attributes.version_code.type": "N",
  "root.attributes.version_code.required": "False",
  "root.attributes.version_code.source_required": "False",
  "root.attributes.version_code.server_generated": "False",
  "root.attributes.version_code.autogenerated": "False",
  "root.attributes.version_code.frontend_autocomputed": "False",
  "root.attributes.version_code.regex": "^[1-9][0-9]*$",
  "root.attributes.is_mobile.field": "is_mobile",
  "root.attributes.is_mobile.type": "BOOL",
  "root.attributes.is_mobile.required": "True",
  "root.attributes.is_mobile.source_required": "True",
  "root.attributes.is_mobile.server_generated": "False",
  "root.attributes.is_mobile.autogenerated": "False",
  "root.attributes.is_mobile.frontend_autocomputed": "False",
  "root.attributes.is_mobile.regex": "^(true|false)$",
  "root.attributes.apk_s3_uri.field": "apk_s3_uri",
  "root.attributes.apk_s3_uri.type": "S",
  "root.attributes.apk_s3_uri.required": "False",
  "root.attributes.apk_s3_uri.source_required": "False",
  "root.attributes.apk_s3_uri.server_generated": "False",
  "root.attributes.apk_s3_uri.autogenerated": "False",
  "root.attributes.apk_s3_uri.frontend_autocomputed": "False",
  "root.attributes.apk_s3_uri.regex": "^s3://[A-Za-z0-9._/-]{1,2000}$",
  "root.attributes.apk_cloudfront_url.field": "apk_cloudfront_url",
  "root.attributes.apk_cloudfront_url.type": "S",
  "root.attributes.apk_cloudfront_url.required": "False",
  "root.attributes.apk_cloudfront_url.source_required": "False",
  "root.attributes.apk_cloudfront_url.server_generated": "False",
  "root.attributes.apk_cloudfront_url.autogenerated": "False",
  "root.attributes.apk_cloudfront_url.frontend_autocomputed": "False",
  "root.attributes.apk_cloudfront_url.regex": "^https://[A-Za-z0-9._~:/?#\\[\\]@!$&'()*+,;=%-]{1,2000}$",
  "root.attributes.apk_object_key.field": "apk_object_key",
  "root.attributes.apk_object_key.type": "S",
  "root.attributes.apk_object_key.required": "False",
  "root.attributes.apk_object_key.source_required": "False",
  "root.attributes.apk_object_key.server_generated": "False",
  "root.attributes.apk_object_key.autogenerated": "False",
  "root.attributes.apk_object_key.frontend_autocomputed": "False",
  "root.attributes.apk_object_key.regex": "^[A-Za-z0-9._~!$&'()*+,;=:@/-]{1,1024}$",
  "root.attributes.apk_sha256.field": "apk_sha256",
  "root.attributes.apk_sha256.type": "S",
  "root.attributes.apk_sha256.required": "False",
  "root.attributes.apk_sha256.source_required": "False",
  "root.attributes.apk_sha256.server_generated": "False",
  "root.attributes.apk_sha256.autogenerated": "False",
  "root.attributes.apk_sha256.frontend_autocomputed": "False",
  "root.attributes.apk_sha256.regex": "^[0-9a-fA-F]{64}$",
  "root.attributes.signing_certificate_sha256.field": "signing_certificate_sha256",
  "root.attributes.signing_certificate_sha256.type": "S",
  "root.attributes.signing_certificate_sha256.required": "False",
  "root.attributes.signing_certificate_sha256.source_required": "False",
  "root.attributes.signing_certificate_sha256.server_generated": "False",
  "root.attributes.signing_certificate_sha256.autogenerated": "False",
  "root.attributes.signing_certificate_sha256.frontend_autocomputed": "False",
  "root.attributes.signing_certificate_sha256.regex": "^[0-9a-fA-F]{64}$",
  "root.attributes.apk_size_bytes.field": "apk_size_bytes",
  "root.attributes.apk_size_bytes.type": "N",
  "root.attributes.apk_size_bytes.required": "False",
  "root.attributes.apk_size_bytes.source_required": "False",
  "root.attributes.apk_size_bytes.server_generated": "False",
  "root.attributes.apk_size_bytes.autogenerated": "False",
  "root.attributes.apk_size_bytes.frontend_autocomputed": "False",
  "root.attributes.apk_size_bytes.regex": "^[0-9]+$",
  "root.attributes.build_type.field": "build_type",
  "root.attributes.build_type.type": "S",
  "root.attributes.build_type.required": "False",
  "root.attributes.build_type.source_required": "False",
  "root.attributes.build_type.server_generated": "False",
  "root.attributes.build_type.autogenerated": "False",
  "root.attributes.build_type.frontend_autocomputed": "False",
  "root.attributes.build_type.regex": "^(debug|release)$",
  "root.attributes.source_sha.field": "source_sha",
  "root.attributes.source_sha.type": "S",
  "root.attributes.source_sha.required": "False",
  "root.attributes.source_sha.source_required": "False",
  "root.attributes.source_sha.server_generated": "False",
  "root.attributes.source_sha.autogenerated": "False",
  "root.attributes.source_sha.frontend_autocomputed": "False",
  "root.attributes.source_sha.regex": "^[0-9a-fA-F]{7,64}$",
  "root.attributes.created.field": "created",
  "root.attributes.created.type": "S",
  "root.attributes.created.required": "False",
  "root.attributes.created.source_required": "True",
  "root.attributes.created.server_generated": "True",
  "root.attributes.created.autogenerated": "False",
  "root.attributes.created.frontend_autocomputed": "False",
  "root.attributes.created.format": "iso8601",
  "root.attributes.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
  "root.attributes.updated.field": "updated",
  "root.attributes.updated.type": "S",
  "root.attributes.updated.required": "False",
  "root.attributes.updated.source_required": "True",
  "root.attributes.updated.server_generated": "True",
  "root.attributes.updated.autogenerated": "False",
  "root.attributes.updated.frontend_autocomputed": "False",
  "root.attributes.updated.format": "iso8601",
  "root.attributes.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$"
}

Response Schema

{
  "type": "object",
  "properties.ok.type": "boolean",
  "properties.accepted.type": "boolean",
  "properties.is_committed.type": "boolean",
  "properties.request_id.type": "string",
  "properties.message.type": "string",
  "properties.table.type": "string",
  "properties.operation.type": "string",
  "properties.primary_key.type": "string",
  "properties.primary_key_value.type": "string",
  "properties.item_write_count.type": "number",
  "properties.child_write_count.type": "number"
}

Request Payload

{
  "application_id": "ec05931c-5182-49c3-a3c7-7488bcd6564c",
  "domain_id": "dc7f6b50-cf87-4dc1-89b5-27f6a011ed82",
  "package_name": "Sample Name",
  "name": "value-001",
  "version": "value-001",
  "version_code": "1",
  "is_mobile": "True",
  "apk_s3_uri": "value-001",
  "apk_cloudfront_url": "value-001",
  "apk_object_key": "value-001",
  "apk_sha256": "value-001",
  "signing_certificate_sha256": "value-001",
  "apk_size_bytes": "1",
  "build_type": "value-001",
  "source_sha": "value-001",
  "created": "2026-07-24T04:07:26Z",
  "updated": "2026-07-24T04:07:26Z",
  "children.jef-playstore-download-histories[0].download_history_id": "c4dab747-e7d5-455f-991a-b37c4e40d0d9",
  "children.jef-playstore-download-histories[0].application_id": "ec05931c-5182-49c3-a3c7-7488bcd6564c",
  "children.jef-playstore-download-histories[0].version": "value-001",
  "children.jef-playstore-download-histories[0].download_status": "value-001",
  "children.jef-playstore-download-histories[0].failure_code": "value-001",
  "children.jef-playstore-download-histories[0].failure_reason": "value-001",
  "children.jef-playstore-download-histories[0].created": "2026-07-24T04:07:26Z",
  "children.jef-playstore-download-histories[0].updated": "2026-07-24T04:07:26Z"
}

Response

{
  "type": "object",
  "properties.ok.type": "boolean",
  "properties.accepted.type": "boolean",
  "properties.is_committed.type": "boolean",
  "properties.request_id.type": "string",
  "properties.message.type": "string",
  "properties.table.type": "string",
  "properties.operation.type": "string",
  "properties.primary_key.type": "string",
  "properties.primary_key_value.type": "string",
  "properties.item_write_count.type": "number",
  "properties.child_write_count.type": "number"
}

CMD curl

curl -X POST "https://api.jefoffice.com/playstore/async-post/playstore-applications-post-one" -H "Content-Type: application/json" --data-raw "{\"application_id\": \"ec05931c-5182-49c3-a3c7-7488bcd6564c\", \"domain_id\": \"dc7f6b50-cf87-4dc1-89b5-27f6a011ed82\", \"package_name\": \"Sample Name\", \"name\": \"value-001\", \"version\": \"value-001\", \"version_code\": 1, \"is_mobile\": true, \"apk_s3_uri\": \"value-001\", \"apk_cloudfront_url\": \"value-001\", \"apk_object_key\": \"value-001\", \"apk_sha256\": \"value-001\", \"signing_certificate_sha256\": \"value-001\", \"apk_size_bytes\": 1, \"build_type\": \"value-001\", \"source_sha\": \"value-001\", \"created\": \"2026-07-24T04:07:26Z\", \"updated\": \"2026-07-24T04:07:26Z\", \"children\": {\"jef-playstore-download-histories\": [{\"download_history_id\": \"c4dab747-e7d5-455f-991a-b37c4e40d0d9\", \"application_id\": \"ec05931c-5182-49c3-a3c7-7488bcd6564c\", \"version\": \"value-001\", \"download_status\": \"value-001\", \"failure_code\": \"value-001\", \"failure_reason\": \"value-001\", \"created\": \"2026-07-24T04:07:26Z\", \"updated\": \"2026-07-24T04:07:26Z\"}]}}"

PowerShell curl

curl.exe -X POST "https://api.jefoffice.com/playstore/async-post/playstore-applications-post-one" -H "Content-Type: application/json" --data-raw '{"application_id": "ec05931c-5182-49c3-a3c7-7488bcd6564c", "domain_id": "dc7f6b50-cf87-4dc1-89b5-27f6a011ed82", "package_name": "Sample Name", "name": "value-001", "version": "value-001", "version_code": 1, "is_mobile": true, "apk_s3_uri": "value-001", "apk_cloudfront_url": "value-001", "apk_object_key": "value-001", "apk_sha256": "value-001", "signing_certificate_sha256": "value-001", "apk_size_bytes": 1, "build_type": "value-001", "source_sha": "value-001", "created": "2026-07-24T04:07:26Z", "updated": "2026-07-24T04:07:26Z", "children": {"jef-playstore-download-histories": [{"download_history_id": "c4dab747-e7d5-455f-991a-b37c4e40d0d9", "application_id": "ec05931c-5182-49c3-a3c7-7488bcd6564c", "version": "value-001", "download_status": "value-001", "failure_code": "value-001", "failure_reason": "value-001", "created": "2026-07-24T04:07:26Z", "updated": "2026-07-24T04:07:26Z"}]}}'