intern-json-schema
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -141,6 +141,3 @@ { | ||
"additionalProperties": { | ||
"$ref": "#/definitions/config", | ||
"extends": { | ||
"type": "string" | ||
} | ||
"$ref": "#/definitions/extensibleConfig" | ||
} | ||
@@ -170,4 +167,14 @@ }, | ||
"extensibleConfig": { | ||
"$ref": "#/definitions/functionalConfig", | ||
"description": "Extensible Configuration", | ||
"properties": { | ||
"extends": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"functionalConfig": { | ||
"type": "object", | ||
"$ref": "#/definitions/config", | ||
"description": "Configuration for functional tests", | ||
@@ -270,6 +277,6 @@ "properties": { | ||
}, | ||
"$ref": "#/definitions/config", | ||
"$ref": "#/definitions/functionalConfig", | ||
"properties": { | ||
"browser": { | ||
"$ref": "#/definitions/configs" | ||
"$ref": "#/definitions/functionalConfig" | ||
}, | ||
@@ -280,5 +287,5 @@ "configs": { | ||
"node": { | ||
"$ref": "#/definitions/configs" | ||
"$ref": "#/definitions/config" | ||
} | ||
} | ||
} |
{ | ||
"name": "intern-json-schema", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "This Json Schema for Intern 4 defines the structure of your intern.json file.", | ||
@@ -5,0 +5,0 @@ "directories": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
246
163843
5