facet-json-schema 0.46.1

Generate JSON Schema from facet type metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: facet-json-schema/src/lib.rs
assertion_line: 593
expression: schema
---
{
  "type": "string",
  "enum": [
    "Active",
    "Inactive",
    "Pending"
  ],
  "title": "Status"
}