Instruction Type Schema
Auto-generated
This page is generated from inst_type_schema.json by the schema doc generator. To update this page, edit the schema file and run bin/chore gen schema-docs.
Schema for instruction type definitions
Properties
| Property | Type | Required | Description |
|---|---|---|---|
$schema | any | ✓ | |
kind | any | ✓ | |
name | string (pattern: [A-Z][A-Za-z0-9\-]*) | ✓ | |
description | string | ✓ | |
length | 16 | 32 | ✓ | Length, in bits, of the encoding |
opcodes | object | ✓ | |
variables | object |
Tooling field
$source is an optional field set automatically by UDB tooling to record the file path this object was loaded from. You do not need to set it manually.
Schema Information
| Property | Value |
|---|---|
| Version | v0.1 |
| JSON Schema Version | Draft 07 |