@@ -62,7 +62,7 @@ describe('Schema component', () => {
6262
6363| Name | Type | Description | Value | Constraints | Notes |
6464|---|---|---|---|---|---|
65- | (root) | tuple< string, string, integer, ...optional< any>> | - | - | - | **additional items are allowed** |
65+ | (root) | tuple< string, string, integer, ...optional< any>> | - | - | - | **additional items are allowed** |
6666| 0 (index) | string | The person's first name. | - | - | - |
6767| 1 (index) | string | The person's last name. | - | - | - |
6868| 2 (index) | integer | Age in years which must be equal to or greater than zero. | - | >= 0 | - |
@@ -225,7 +225,7 @@ describe('Schema component', () => {
225225
226226| Name | Type | Description | Value | Constraints | Notes |
227227|---|---|---|---|---|---|
228- | (root) | array< string> | - | - | [ 1 .. 5 ] unique items | - |
228+ | (root) | array< string> | - | - | [ 1 .. 5 ] unique items | - |
229229| (single item) | string | - | - | format (\`email\`), [ 3 .. 26 ] characters | - |
230230| (contains) | string | - | const (\`"email@example.com"\`) | - | - |
231231` ;
@@ -266,7 +266,7 @@ describe('Schema component', () => {
266266
267267| Name | Type | Description | Value | Constraints | Notes |
268268|---|---|---|---|---|---|
269- | (root) | tuple< string, string, ...optional< integer>> | - | - | [ 1 .. 5 ] unique items | - |
269+ | (root) | tuple< string, string, ...optional< integer>> | - | - | [ 1 .. 5 ] unique items | - |
270270| 0 (index) | string | - | - | format (\`email\`), [ 3 .. 26 ] characters | - |
271271| 1 (index) | string | - | - | format (\`email\`), [ 3 .. 26 ] characters | - |
272272| (contains) | string | - | const (\`"email@example.com"\`) | - | - |
@@ -334,7 +334,7 @@ describe('Schema component', () => {
334334| productId | integer | The unique identifier for a product | - | - | **required** |
335335| productName | string | Name of the product | - | - | **required** |
336336| price | number | The price of the product | - | > 0 | **required** |
337- | tags | array< string> | Tags for the product | - | non-empty | - |
337+ | tags | array< string> | Tags for the product | - | non-empty | - |
338338| tags (single item) | string | - | - | - | - |
339339| dimensions | object | - | - | - | **additional properties are allowed** |
340340| dimensions.length | number | - | - | - | **required** |
@@ -559,15 +559,15 @@ describe('Schema component', () => {
559559|---|---|---|---|---|---|
560560| (root) | object | - | - | - | **additional properties are allowed** |
561561| RecursiveSelf | object | - | - | - | **additional properties are allowed** |
562- | RecursiveSelf.selfChildren | array< object> | - | - | - | - |
563- | RecursiveSelf.selfChildren.selfChildren | array< object> | - | - | - | **circular** |
562+ | RecursiveSelf.selfChildren | array< object> | - | - | - | - |
563+ | RecursiveSelf.selfChildren.selfChildren | array< object> | - | - | - | **circular** |
564564| RecursiveSelf.selfChildren.selfObjectChildren | object | - | - | - | **additional properties are allowed** |
565565| RecursiveSelf.selfChildren.selfObjectChildren.test | object | - | - | - | **circular**, **additional properties are allowed** |
566566| RecursiveSelf.selfChildren.selfObjectChildren.nonRecursive | string | - | - | - | - |
567567| RecursiveSelf.selfChildren.selfSomething | object | - | - | - | **additional properties are allowed** |
568568| RecursiveSelf.selfChildren.selfSomething.test | object | - | - | - | **additional properties are allowed** |
569- | RecursiveSelf.selfChildren.selfSomething.test.ancestorChildren | array< object> | - | - | - | - |
570- | RecursiveSelf.selfChildren.selfSomething.test.ancestorChildren.selfChildren | array< object> | - | - | - | **circular** |
569+ | RecursiveSelf.selfChildren.selfSomething.test.ancestorChildren | array< object> | - | - | - | - |
570+ | RecursiveSelf.selfChildren.selfSomething.test.ancestorChildren.selfChildren | array< object> | - | - | - | **circular** |
571571| RecursiveSelf.selfChildren.selfSomething.test.ancestorChildren.selfObjectChildren | object | - | - | - | **additional properties are allowed** |
572572| RecursiveSelf.selfChildren.selfSomething.test.ancestorChildren.selfObjectChildren.test | object | - | - | - | **circular**, **additional properties are allowed** |
573573| RecursiveSelf.selfChildren.selfSomething.test.ancestorChildren.selfObjectChildren.nonRecursive | string | - | - | - | - |
@@ -578,9 +578,9 @@ describe('Schema component', () => {
578578| RecursiveSelf.selfObjectChildren.nonRecursive | string | - | - | - | - |
579579| RecursiveSelf.selfSomething | object | - | - | - | **additional properties are allowed** |
580580| RecursiveSelf.selfSomething.test | object | - | - | - | **additional properties are allowed** |
581- | RecursiveSelf.selfSomething.test.ancestorChildren | array< object> | - | - | - | - |
582- | RecursiveSelf.selfSomething.test.ancestorChildren.selfChildren | array< object> | - | - | - | - |
583- | RecursiveSelf.selfSomething.test.ancestorChildren.selfChildren.selfChildren | array< object> | - | - | - | **circular** |
581+ | RecursiveSelf.selfSomething.test.ancestorChildren | array< object> | - | - | - | - |
582+ | RecursiveSelf.selfSomething.test.ancestorChildren.selfChildren | array< object> | - | - | - | - |
583+ | RecursiveSelf.selfSomething.test.ancestorChildren.selfChildren.selfChildren | array< object> | - | - | - | **circular** |
584584| RecursiveSelf.selfSomething.test.ancestorChildren.selfChildren.selfObjectChildren | object | - | - | - | **additional properties are allowed** |
585585| RecursiveSelf.selfSomething.test.ancestorChildren.selfChildren.selfObjectChildren.test | object | - | - | - | **circular**, **additional properties are allowed** |
586586| RecursiveSelf.selfSomething.test.ancestorChildren.selfChildren.selfObjectChildren.nonRecursive | string | - | - | - | - |
@@ -591,9 +591,9 @@ describe('Schema component', () => {
591591| RecursiveSelf.selfSomething.test.ancestorChildren.selfSomething | object | - | - | - | **circular**, **additional properties are allowed** |
592592| RecursiveSelf.selfSomething.test.ancestorSomething | string | - | - | - | - |
593593| RecursiveAncestor | object | - | - | - | **additional properties are allowed** |
594- | RecursiveAncestor.ancestorChildren | array< object> | - | - | - | - |
595- | RecursiveAncestor.ancestorChildren.selfChildren | array< object> | - | - | - | - |
596- | RecursiveAncestor.ancestorChildren.selfChildren.selfChildren | array< object> | - | - | - | **circular** |
594+ | RecursiveAncestor.ancestorChildren | array< object> | - | - | - | - |
595+ | RecursiveAncestor.ancestorChildren.selfChildren | array< object> | - | - | - | - |
596+ | RecursiveAncestor.ancestorChildren.selfChildren.selfChildren | array< object> | - | - | - | **circular** |
597597| RecursiveAncestor.ancestorChildren.selfChildren.selfObjectChildren | object | - | - | - | **additional properties are allowed** |
598598| RecursiveAncestor.ancestorChildren.selfChildren.selfObjectChildren.test | object | - | - | - | **circular**, **additional properties are allowed** |
599599| RecursiveAncestor.ancestorChildren.selfChildren.selfObjectChildren.nonRecursive | string | - | - | - | - |
0 commit comments