@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
25 lines (14 loc) • 1.17 kB
Markdown
# Untitled integer in Simple Types Schema
```txt
https://example.com/schemas/simpletypes#/properties/integer_threes
```
Guess what number is valid
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------------------------------ |
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [simpletypes.schema.json\*](../generated-schemas/simpletypes.schema.json "open original schema") |
## integer_threes Type
`integer`
## integer_threes Constraints
**multiple of**: the value of this number must be a multiple of: `3`
**maximum**: the value of this number must smaller than or equal to: `4`
**minimum**: the value of this number must greater than or equal to: `2`