Commit 04ff78e9 authored by Rhea Fernandes's avatar Rhea Fernandes
Browse files

Added autoCreateBatch metadata in schema

parent 8d61fb1d
No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
......@@ -63,6 +63,14 @@
},
"defaultLicense":{
"type": "string"
},
"autoCreateBatch": {
"type": "string",
"enum": [
"Enabled",
"Disabled"
],
"default": "Enabled"
}
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment