diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f318b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +example.json +example2.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ + diff --git a/openapi.yml b/api_specification/openapi.yml similarity index 100% rename from openapi.yml rename to api_specification/openapi.yml diff --git a/img/components.png b/img/components.png new file mode 100644 index 0000000..907d3fd Binary files /dev/null and b/img/components.png differ diff --git a/img/containers.png b/img/containers.png new file mode 100644 index 0000000..02dada6 Binary files /dev/null and b/img/containers.png differ diff --git a/img/context.png b/img/context.png new file mode 100644 index 0000000..97189f4 Binary files /dev/null and b/img/context.png differ diff --git a/img/алгоритм_выполнения.png b/img/алгоритм_выполнения.png new file mode 100644 index 0000000..8bdc7db Binary files /dev/null and b/img/алгоритм_выполнения.png differ