addedOutput schema / properties / data / additionalProperties
Added value: +false
addedOutput schema / properties / data / properties / apiTitle / maxLength
Added value: +200
changedOutput schema / properties / data / properties / apiTitle / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / data / properties / baseUrlDefault / maxLength
Added value: +2048
addedOutput schema / properties / data / properties / baseUrlDefault / pattern
Added value: +"^https?://"
changedOutput schema / properties / data / properties / baseUrlDefault / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / data / properties / documentSha256 / pattern
Added value: +"^[0-9a-f]{64}$"
addedOutput schema / properties / data / properties / environment / additionalProperties
Added value: +false
addedOutput schema / properties / data / properties / environment / properties
Added value: +{
+ "allowMutatingTests": {
+ "const": "API_ALLOW_MUTATING_TESTS",
+ "type": "string"
+ },
+ "apiKey": {
+ "pattern": "^[A-Z][A-Z0-9_]{1,63}$",
+ "type": "string"
+ },
+ "baseUrl": {
+ "const": "API_BASE_URL",
+ "type": "string"
+ },
+ "bearerToken": {
+ "pattern": "^[A-Z][A-Z0-9_]{1,63}$",
+ "type": "string"
+ }
+}
addedOutput schema / properties / data / properties / environment / required
Added value: +[
+ "baseUrl",
+ "bearerToken",
+ "apiKey",
+ "allowMutatingTests"
+]
addedOutput schema / properties / data / properties / execution / additionalProperties
Added value: +false
addedOutput schema / properties / data / properties / execution / properties
Added value: +{
+ "generatedTestsExecuted": {
+ "const": false,
+ "type": "boolean"
+ },
+ "networkRequestsMade": {
+ "const": false,
+ "type": "boolean"
+ },
+ "sourceSyntaxValidated": {
+ "const": true,
+ "type": "boolean"
+ }
+}
addedOutput schema / properties / data / properties / execution / required
Added value: +[
+ "sourceSyntaxValidated",
+ "generatedTestsExecuted",
+ "networkRequestsMade"
+]
addedOutput schema / properties / data / properties / generatedTestCount / maximum
Added value: +100
addedOutput schema / properties / data / properties / generatedTestCount / minimum
Added value: +1
addedOutput schema / properties / data / properties / guardedMutationCount / maximum
Added value: +100
addedOutput schema / properties / data / properties / guardedMutationCount / minimum
Added value: +0
addedOutput schema / properties / data / properties / openapiVersion / maxLength
Added value: +32
addedOutput schema / properties / data / properties / openapiVersion / pattern
Added value: +"^3\\.[01]\\."
addedOutput schema / properties / data / properties / operationCount / maximum
Added value: +1000
addedOutput schema / properties / data / properties / operationCount / minimum
Added value: +1
addedOutput schema / properties / data / properties / operations / items / additionalProperties
Added value: +false
addedOutput schema / properties / data / properties / operations / items / properties
Added value: +{
+ "documentedResponses": {
+ "items": {
+ "maxLength": 32,
+ "type": "string"
+ },
+ "maxItems": 50000,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "method": {
+ "enum": [
+ "GET",
+ "HEAD",
+ "OPTIONS",
+ "POST",
+ "PUT",
+ "PATCH",
+ "DELETE",
+ "TRACE"
+ ],
+ "type": "string"
+ },
+ "mutatingGuard": {
+ "type": "boolean"
+ },
+ "operationId": {
+ "maxLength": 200,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "path": {
+ "maxLength": 262144,
+ "type": "string"
+ },
+ "testName": {
+ "maxLength": 100,
+ "pattern": "^test_[a-z0-9_]+$",
+ "type": "string"
+ }
+}
addedOutput schema / properties / data / properties / operations / items / required
Added value: +[
+ "operationId",
+ "testName",
+ "method",
+ "path",
+ "mutatingGuard",
+ "documentedResponses"
+]
addedOutput schema / properties / data / properties / operations / items / type
Added value: +"object"
addedOutput schema / properties / data / properties / operations / maxItems
Added value: +100
addedOutput schema / properties / data / properties / operations / minItems
Added value: +1
addedOutput schema / properties / data / properties / requirements / const
Added value: +[
+ "pytest>=8",
+ "requests>=2.31"
+]
removedOutput schema / properties / data / properties / requirements / items
Removed value: -{}
addedOutput schema / properties / data / properties / source / maxLength
Added value: +262144
addedOutput schema / properties / data / properties / source / minLength
Added value: +1
addedOutput schema / properties / data / properties / sourceFileName / const
Added value: +"test_openapi_generated.py"
addedOutput schema / properties / data / properties / sourceSha256 / pattern
Added value: +"^[0-9a-f]{64}$"
addedOutput schema / properties / data / properties / warnings / items / maxLength
Added value: +500
addedOutput schema / properties / data / properties / warnings / items / type
Added value: +"string"
addedOutput schema / properties / data / properties / warnings / maxItems
Added value: +50
addedOutput schema / properties / data / properties / warnings / uniqueItems
Added value: +true
addedOutput schema / properties / data / required
Added value: +[
+ "documentSha256",
+ "openapiVersion",
+ "apiTitle",
+ "baseUrlDefault",
+ "operationCount",
+ "generatedTestCount",
+ "guardedMutationCount",
+ "truncated",
+ "sourceFileName",
+ "sourceSha256",
+ "source",
+ "operations",
+ "requirements",
+ "environment",
+ "warnings",
+ "execution"
+]