[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"schemaId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"version": 123,
"schema": {
"entities": [
{
"id": "<string>",
"fields": [
{
"id": "<string>",
"label": "<string>",
"description": "<string>",
"nullable": false,
"references": {
"entity": "<string>",
"field": "<string>",
"relation": "many-to-one",
"pick": "random",
"onDelete": "restrict",
"onUpdate": "restrict"
},
"generation": {
"emptyRate": 0,
"uniqueValues": true,
"strategy": {}
},
"minLength": 1,
"maxLength": 2,
"min": 123,
"max": 123,
"precision": 2,
"prefix": "<string>",
"suffix": "<string>",
"trueRate": 0.5,
"weekdaysOnly": false,
"values": [
"<string>"
],
"weights": [
123
]
}
],
"label": "<string>",
"description": "<string>",
"primaryKey": [
"<string>"
],
"uniqueKeys": [
[
"<string>"
]
],
"indexes": [
{
"fields": [
"<string>"
],
"id": "<string>",
"unique": false
}
],
"generation": {
"rowCount": 1,
"locale": "<string>",
"timezone": "<string>",
"seed": "<string>"
}
}
],
"metadata": {
"name": "<string>",
"description": "<string>",
"tags": [
"<string>"
]
},
"generationDefaults": {
"rowCount": 1,
"locale": "<string>",
"timezone": "<string>",
"seed": "<string>"
}
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]