Skip to content

Commit

Permalink
Adding NetBox v3.6.2 generated schema (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
danner26 authored Sep 26, 2023
1 parent e15d111 commit c254f26
Show file tree
Hide file tree
Showing 5 changed files with 578 additions and 575 deletions.
20 changes: 10 additions & 10 deletions schema/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "string"
},
"type": {
"$ref": "generated.json#/definitions/console-port/properties/type"
"$ref": "generated_schema.json#/definitions/console-port/properties/type"
},
"poe": {
"type": "boolean"
Expand All @@ -33,7 +33,7 @@
"type": "string"
},
"type": {
"$ref": "generated.json#/definitions/console-server-port/properties/type"
"$ref": "generated_schema.json#/definitions/console-server-port/properties/type"
}
},
"required": [
Expand All @@ -51,7 +51,7 @@
"type": "string"
},
"type": {
"$ref": "generated.json#/definitions/power-port/properties/type"
"$ref": "generated_schema.json#/definitions/power-port/properties/type"
},
"maximum_draw": {
"type": "integer"
Expand All @@ -75,13 +75,13 @@
"type": "string"
},
"type": {
"$ref": "generated.json#/definitions/power-outlet/properties/type"
"$ref": "generated_schema.json#/definitions/power-outlet/properties/type"
},
"power_port": {
"type": "string"
},
"feed_leg": {
"$ref": "generated.json#/definitions/power-outlet/properties/feed-leg"
"$ref": "generated_schema.json#/definitions/power-outlet/properties/feed-leg"
}
},
"required": [
Expand All @@ -99,13 +99,13 @@
"type": "string"
},
"type": {
"$ref": "generated.json#/definitions/interface/properties/type"
"$ref": "generated_schema.json#/definitions/interface/properties/type"
},
"poe_mode": {
"$ref": "generated.json#/definitions/interface/properties/poe_mode"
"$ref": "generated_schema.json#/definitions/interface/properties/poe_mode"
},
"poe_type": {
"$ref": "generated.json#/definitions/interface/properties/poe_type"
"$ref": "generated_schema.json#/definitions/interface/properties/poe_type"
},
"mgmt_only": {
"type": "boolean"
Expand All @@ -126,7 +126,7 @@
"type": "string"
},
"type": {
"$ref": "generated.json#/definitions/front-port/properties/type"
"$ref": "generated_schema.json#/definitions/front-port/properties/type"
},
"color": {
"type": "string",
Expand Down Expand Up @@ -155,7 +155,7 @@
"type": "string"
},
"type": {
"$ref": "generated.json#/definitions/rear-port/properties/type"
"$ref": "generated_schema.json#/definitions/rear-port/properties/type"
},
"color": {
"type": "string",
Expand Down
6 changes: 3 additions & 3 deletions schema/devicetype.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"type": "boolean"
},
"airflow": {
"$ref": "generated.json#/definitions/airflow"
"$ref": "generated_schema.json#/definitions/airflow"
},
"weight": {
"$ref": "reusable.json#/definitions/weight"
},
"weight_unit": {
"$ref": "generated.json#/definitions/weight-unit"
"$ref": "generated_schema.json#/definitions/weight-unit"
},
"front_image": {
"type": "boolean"
Expand All @@ -38,7 +38,7 @@
"type": "boolean"
},
"subdevice_role": {
"$ref": "generated.json#/definitions/subdevice-role"
"$ref": "generated_schema.json#/definitions/subdevice-role"
},
"is_powered": {
"type": "boolean"
Expand Down
Loading

0 comments on commit c254f26

Please sign in to comment.