This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
appsketch-works-app-test/applications/小米/README.md
史振东 f101f30fff uuu
2024-11-04 09:56:53 +00:00

436 B

{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Generated schema for Root", "type": "object", "properties": { "userId": { "type": "number" }, "id": { "type": "number" }, "title": { "type": "string" }, "completed": { "type": "boolean" } }, "required": [ "userId", "id", "title", "completed" ] } 1 2 3 4 5