Skip to content

Commit 9e836a2

Browse files
thecodemonkeygitbook-bot
authored andcommitted
GitBook: [master] 2 pages and 71 assets modified
1 parent 335058b commit 9e836a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+173
-1
lines changed

.gitbook/assets/aa1.png

40.3 KB

.gitbook/assets/aa2.png

55.8 KB
2.38 KB

.gitbook/assets/bag-2.png

1.02 KB

.gitbook/assets/bag-3.png

1.11 KB

.gitbook/assets/bag.png

1.58 KB

.gitbook/assets/button1 (1).PNG

3.91 KB

.gitbook/assets/button1 (2).PNG

3.91 KB

.gitbook/assets/button1 (3).PNG

3.91 KB

.gitbook/assets/button1 (4).PNG

3.64 KB

.gitbook/assets/button1 (5).PNG

7.97 KB

.gitbook/assets/button1.PNG

3.91 KB

.gitbook/assets/button2 (1).PNG

4.5 KB

.gitbook/assets/button2 (2).PNG

4.5 KB

.gitbook/assets/button2 (3).PNG

3.7 KB

.gitbook/assets/button2.PNG

4.5 KB
156 KB

.gitbook/assets/devinthemiddle-de.png

95.7 KB

.gitbook/assets/devinthemiddle.png

156 KB

.gitbook/assets/grammar.png

49 KB

.gitbook/assets/grammar2.png

45.4 KB

.gitbook/assets/image (1).png

144 KB

.gitbook/assets/image (10).png

48.4 KB

.gitbook/assets/image (11).png

94.7 KB

.gitbook/assets/image (12).png

23 KB

.gitbook/assets/image (13).png

64.4 KB

.gitbook/assets/image (14).png

75.5 KB

.gitbook/assets/image (15).png

85.8 KB

.gitbook/assets/image (16).png

58.9 KB

.gitbook/assets/image (17).png

65.5 KB

.gitbook/assets/image (18).png

81 KB

.gitbook/assets/image (19).png

82.7 KB

.gitbook/assets/image (2).png

66 KB

.gitbook/assets/image (20).png

27.8 KB

.gitbook/assets/image (21).png

142 KB

.gitbook/assets/image (22).png

81.8 KB

.gitbook/assets/image (23).png

89.8 KB

.gitbook/assets/image (24).png

55.4 KB

.gitbook/assets/image (25).png

83.7 KB

.gitbook/assets/image (26).png

7.96 KB

.gitbook/assets/image (27).png

65.5 KB

.gitbook/assets/image (28).png

55.5 KB

.gitbook/assets/image (29).png

69.7 KB

.gitbook/assets/image (3).png

92.6 KB

.gitbook/assets/image (30).png

72.1 KB

.gitbook/assets/image (31).png

145 KB

.gitbook/assets/image (4).png

63.8 KB

.gitbook/assets/image (5).png

168 KB

.gitbook/assets/image (6).png

27.8 KB

.gitbook/assets/image (7).png

45.6 KB

.gitbook/assets/image (8).png

85.4 KB

.gitbook/assets/image (9).png

11.8 KB

.gitbook/assets/image.png

65.4 KB
61.9 KB

.gitbook/assets/language-to-code.png

26.9 KB

.gitbook/assets/lichtundschatten.png

495 KB

.gitbook/assets/log-part.png

1.62 KB

.gitbook/assets/login-2.png

7.2 KB

.gitbook/assets/login.png

7.63 KB

.gitbook/assets/logo-v2.png

4.37 KB

.gitbook/assets/oapi.spec (1).yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
openapi: "3.0.0"
2+
info:
3+
version: 1.0.0
4+
title: openVALIDATION
5+
description: openVALIDATION Beispiele.
6+
paths:
7+
/:
8+
post:
9+
requestBody:
10+
content:
11+
application/json:
12+
schema:
13+
$ref: '#/components/schemas/person'
14+
x-ov-rules:
15+
culture: de
16+
rule: |
17+
18+
KOMMENTAR Das ist ein Kommentar
19+
20+
WENN das Eigenkapital des Person KLEINER 30000 € ist
21+
DANN darf der Kredit nicht vergeben werden
22+
23+
24+
responses:
25+
'200':
26+
description: success
27+
components:
28+
schemas:
29+
person:
30+
type: object
31+
properties:
32+
eigenkapital:
33+
type: integer

.gitbook/assets/oapi.spec (2).yaml

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
openapi: "3.0.0"
2+
info:
3+
version: 1.0.0
4+
title: openVALIDATION
5+
description: openVALIDATION Beispiele.
6+
paths:
7+
/:
8+
post:
9+
requestBody:
10+
content:
11+
application/json:
12+
schema:
13+
$ref: '#/components/schemas/person'
14+
x-ov-rules:
15+
culture: de
16+
rule: |
17+
18+
KOMMENTAR Das ist ein Kommentar
19+
20+
WENN das Eigenkapital des Person KLEINER 30000 € ist
21+
DANN darf der Kredit nicht vergeben werden
22+
23+
das Alter des Antragstellers DARF NICHT KLEINER 18 sein
24+
25+
der Vetrag MUSS unterschrieben sein
26+
27+
der Wohnort der Person MUSS Deutschland sein
28+
29+
WENN das Alter des Bewerbers GRÖßER 70 ist
30+
ODER sein Wohnort ist NICHT Dortmund
31+
DANN Sie dürfen nicht älter als 70 sein und aus Dortmund kommen
32+
33+
das Alter des Bewerbers DARF NICHT KLEINER 25 sein
34+
UND sein Beruf MUSS Berater sein
35+
36+
WENN der Abschluss des Bewerbers NICHT Bachelor ist
37+
ODER seine Berufserfahrung WENIGER als 5 Jahre ist
38+
DANN Sie müssen einen Bachelor oder 5 Jahre Erfahrung haben
39+
40+
der Abschluss des Bewerbers MUSS Bachelor sein
41+
ODER seine Berufserfahrung MUSS MINDESTENS 5 Jahre sein
42+
43+
WENN der Wohnort der Person IST London
44+
UND der Name des Person ist GLEICH Mycroft Holmes
45+
ODER sein Name ist GLEICH Sherlock Holmes
46+
DANN die Person ist ein Genie
47+
48+
das Alter des Bewerbers ist KLEINER 18
49+
ALS Minderjährig
50+
51+
WENN Aktiva - Passiva NICHT 0
52+
DANN die Bilanz muss immer ausgeglichen sein
53+
54+
WENN das Eigenkapital / Bilanzsumme UNGLEICH Eigenkapitalquote
55+
DANN die Bilanz enthält Fehler
56+
57+
die Berufserfahrung von Alter - 18 Jahren DARF NICHT GERINGER sein als 10
58+
59+
20
60+
ALS Berufseinstieg
61+
62+
Alter - Berufseinstieg
63+
ALS Berufserfahrung
64+
65+
Berufserfahrung * 12
66+
ALS Berufserfahrung in Monaten
67+
68+
KOMMENTAR Mehrzeilige Kommentare
69+
sind auch möglich
70+
71+
responses:
72+
'200':
73+
description: success
74+
components:
75+
schemas:
76+
person:
77+
type: object
78+
properties:
79+
name:
80+
type: string
81+
alter:
82+
type: number
83+
wohnort:
84+
type: string
85+
beruf:
86+
type: string
87+
eigenkapital:
88+
type: integer
89+
unterschrieben:
90+
type: boolean
91+
abschluss:
92+
type: string
93+
aktiva:
94+
type: number
95+
passiva:
96+
type: number
97+
bilanzsumme:
98+
type: number
99+
eigenkapitalquote:
100+
type: number

.gitbook/assets/oapi.spec.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
openapi: "3.0.0"
2+
info:
3+
version: 1.0.0
4+
title: openVALIDATION
5+
description: openVALIDATION Beispiele.
6+
paths:
7+
/:
8+
post:
9+
requestBody:
10+
content:
11+
application/json:
12+
schema:
13+
$ref: '#/components/schemas/person'
14+
x-ov-rules:
15+
culture: en
16+
rule: |
17+
18+
COMMENT This is a comment, Miss Honey
19+
20+
IF the persons equity is LESS THAN 30000 €
21+
THEN a loan could not be granted
22+
23+
24+
responses:
25+
'200':
26+
description: success
27+
components:
28+
schemas:
29+
person:
30+
type: object
31+
properties:
32+
equity:
33+
type: integer

.gitbook/assets/postman.PNG

103 KB

.gitbook/assets/postman1.png

63.2 KB

.gitbook/assets/postman2.png

41.8 KB

.gitbook/assets/postman_example.png

40.7 KB

.gitbook/assets/simplify.png

570 KB

.gitbook/assets/unbenannt-1 (1).png

75.9 KB

.gitbook/assets/unbenannt-1 (2).png

75.9 KB

.gitbook/assets/unbenannt-1.png

75.9 KB

.gitbook/assets/withoutdev-de (1).png

90.9 KB

.gitbook/assets/withoutdev-de.png

90.9 KB

.gitbook/assets/withoutdev.png

86.2 KB

README.md

Lines changed: 3 additions & 1 deletion

SUMMARY.md

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)