Adding JSON schema changes to implement and within the generated schema template per issue #15555

This commit is contained in:
Daniel W. Anner 2024-03-27 20:56:56 +00:00 committed by Jeremy Stretch
parent 3cb68e4bc0
commit 699dd72597
2 changed files with 4 additions and 0 deletions

View File

@ -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": {

View File

@ -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": {