JSON schema documentation tool (#3070)

* wip

* wip

* wip

* generate schema docs

* formatting

* typo

* fix details

* fix details

* revert dp change

* tfdoc
This commit is contained in:
Ludovico Magnocavallo
2025-05-06 08:17:46 +02:00
committed by GitHub
parent 41b4cdef68
commit 30b390483e
69 changed files with 3817 additions and 304 deletions

View File

@@ -0,0 +1,33 @@
# Organization Policies
<!-- markdownlint-disable MD036 -->
## Properties
*additional properties: false*
- **`^[a-z-]+[a-zA-Z0-9\.]+$`**: *object*
<br>*additional properties: false*
- **inherit_from_parent**: *boolean*
- **reset**: *boolean*
- **rules**: *array*
- items: *object*
<br>*additional properties: false*
- **allow**: *reference([allow-deny](#refs-allow-deny))*
- **deny**: *reference([allow-deny](#refs-allow-deny))*
- **enforce**: *boolean*
- **condition**: *object*
<br>*additional properties: false*
- **description**: *string*
- **expression**: *string*
- **location**: *string*
- **title**: *string*
- **parameters**: *string*
## Definitions
- **allow-deny**<a name="refs-allow-deny"></a>: *object*
<br>*additional properties: false*
- **all**: *boolean*
- **values**: *array*
- items: *string*