add readme

This commit is contained in:
史振东
2024-11-04 09:56:25 +00:00
parent c785cd4dab
commit d86c753f9f

View File

@@ -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"
]
}