screwdriver-data-schema
Advanced tools
Comparing version 23.3.2 to 23.3.3
@@ -80,3 +80,3 @@ 'use strict'; | ||
is: Joi.exist(), | ||
then: Joi.object().pattern(Job.jobName, ALLOWED_JOB_FIELDS_WITH_PIPELINE_TEMPLATE).unknown(false), | ||
then: SCHEMA_JOBS.optional(), | ||
otherwise: SCHEMA_JOBS.required() | ||
@@ -117,2 +117,3 @@ }), | ||
module.exports = { | ||
allowedJobFieldsWithPipelineTemplate: ALLOWED_JOB_FIELDS_WITH_PIPELINE_TEMPLATE, | ||
jobs: SCHEMA_JOBS, | ||
@@ -119,0 +120,0 @@ shared: SCHEMA_SHARED, |
{ | ||
"name": "screwdriver-data-schema", | ||
"version": "23.3.2", | ||
"version": "23.3.3", | ||
"description": "Internal Data Schema of Screwdriver", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
226541
6497