diff --git a/applications/小米/README.md b/applications/小米/README.md new file mode 100644 index 0000000..fa5e264 --- /dev/null +++ b/applications/小米/README.md @@ -0,0 +1,25 @@ +{ + "$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" + ] +} \ No newline at end of file