Unsigned integers
- Explore
- View source
- Playground
Loading ....
- YAML
- JSON
ethdebug/format/data/unsigned
$schema: "https://json-schema.org/draft/2020-12/schema"
$id: "schema:ethdebug/format/data/unsigned"
title: ethdebug/format/data/unsigned
description: |
A non-negative integer encoded as a JSON number.
type: integer
minimum: 0
examples:
- 0
- 100
ethdebug/format/data/unsigned
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:ethdebug/format/data/unsigned",
"title": "ethdebug/format/data/unsigned",
"description": "A non-negative integer encoded as a JSON number.\n",
"type": "integer",
"minimum": 0,
"examples": [
0,
100
]
}
Loading...