From 4ee804009687089751eb2cc3b7177d745bcd21d2 Mon Sep 17 00:00:00 2001 From: trueold89 Date: Fri, 1 Nov 2024 05:59:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20Json=20=D0=BF=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20=D0=BC=D0=BE?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D1=8F=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Архитектура/Модели.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Архитектура/Модели.md b/Архитектура/Модели.md index 899f6cd..3a0a9af 100644 --- a/Архитектура/Модели.md +++ b/Архитектура/Модели.md @@ -27,7 +27,7 @@ Projects: id: name: "" - desk: "" + desс: "" link: "" image: "" redirect: True | False @@ -36,12 +36,12 @@ Projects: --- ```json { - id: "", - name: "", - desk: "", - link: "", - image: "", - redirect: True | False + "id": "", + "name": "", + "desс": "", + "link": "", + "image": "", + "redirect": True | False } ``` @@ -59,7 +59,7 @@ Projects: Social: id: name: "" - desk: "" + desс: "" link: "" image: "" icon: "" @@ -68,11 +68,11 @@ Social: --- ```json { - id: "", - name: "", - desk: "", - link: "", - image: "", - icon: "" + "id": "", + "name": "", + "desс": "", + "link": "", + "image": "", + "icon": "" } ``` \ No newline at end of file