Skip to content

Commit

Permalink
chore: correct the generator spec versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 14, 2022
1 parent da31709 commit fd3c14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ a JSON Path like expression.
| Time | V3 | `{"format": "HH:mm::ss", "type": "Date"}` | Generates a time value for the provided format. If no format is provided, ISO time format is used. If an expression is given, it will be evaluated to generate the time, otherwise 'now' will be used |
| DateTime | V3 | `{"format": "YYYY-mm-DD'T'HH:mm:ss", "type": "DateTime"}` | Generates a datetime value for the provided format. If no format is provided, ISO format is used. If an expression is given, it will be evaluated to generate the datetime, otherwise 'now' will be used |
| RandomBoolean | V3 | `{"type": "RandomBoolean"}` | Generates a random boolean value |
| ProviderState | V3 | `{"expression": "/api/user/${id}", type": "ProviderState"}` | Generates a value that is looked up from the provider state context using the given expression |
| MockServerURL | V3 | `{"regex": ".*\\/(orders\\/\\d+)$", "example": "http://localhost:1234/orders/5678", type": "MockServerURL"}` | Generates a URL with the mock server as the base URL. |
| ProviderState | V4 | `{"expression": "/api/user/${id}", type": "ProviderState"}` | Generates a value that is looked up from the provider state context using the given expression |
| MockServerURL | V4 | `{"regex": ".*\\/(orders\\/\\d+)$", "example": "http://localhost:1234/orders/5678", type": "MockServerURL"}` | Generates a URL with the mock server as the base URL. |

#### Comments

Expand Down

0 comments on commit fd3c14d

Please sign in to comment.