Skip to content

Commit

Permalink
generate JSON schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Mar 25, 2024
1 parent 4a44fd8 commit 03ee598
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conda_smithy/data/conda-forge.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
"inspection": {
"anyOf": [
{
"type": "boolean"
"const": false
},
{
"$ref": "#/$defs/BotConfigInspectionChoice"
Expand Down Expand Up @@ -825,6 +825,7 @@
"type": "object"
},
"build_platform": {
"additionalProperties": false,
"properties": {
"emscripten_wasm32": {
"anyOf": [
Expand Down Expand Up @@ -1029,6 +1030,7 @@
"type": "object"
},
"os_version": {
"additionalProperties": false,
"properties": {
"linux_32": {
"anyOf": [
Expand Down Expand Up @@ -1170,6 +1172,7 @@
"type": "object"
},
"provider": {
"additionalProperties": false,
"properties": {
"linux": {
"anyOf": [
Expand Down

0 comments on commit 03ee598

Please sign in to comment.