Make most extension json fields optional

* We require `extension_api` and `version` fields in case needed for future
  compatibility
This commit is contained in:
baldurk
2026-08-13 17:46:44 +01:00
parent a665def9d9
commit 10272fa35b
2 changed files with 14 additions and 19 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Next to each python module's ``__init__.py`` you should create a file ``extensio
"url": "url/to/repository"
}
In this JSON the ``extension_api`` field is currently fixed to 1.
In this JSON the ``extension_api`` field is currently fixed to 1. This is the only required field as the others will be filled with defaults if omitted, but it is highly recommended you fill them out.
The ``minimum_renderdoc`` field controls whether the extension can be enabled on a given RenderDoc version, and allows you to block incompatible versions of RenderDoc.