mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Adding JSON schema changes to implement and within the generated schema template per issue #15555
This commit is contained in:
parent
eae3bb0521
commit
2460aeb64c
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"$id": "urn:devicetype-library:generated-schema",
|
||||||
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"airflow": {
|
"airflow": {
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"$id": "urn:devicetype-library:generated-schema",
|
||||||
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"airflow": {
|
"airflow": {
|
||||||
|
Loading…
Reference in New Issue
Block a user