VariableOctraGuidelinesJSONSchemaConst
OctraGuidelinesJSONSchema: {
properties: {
instructions: {
items: {
properties: {
entries: {
items: {
properties: {
code: {
type: string;
};
description: {
type: string;
};
examples: {
items: {
properties: {
annotation: ...;
url: ...;
};
type: string;
};
type: string;
};
priority: {
type: string;
};
title: {
type: string;
};
};
};
type: string;
};
group: {
type: string;
};
};
type: string;
};
type: string;
};
markers: {
items: {
properties: {
button_text: {
type: string;
};
code: {
type: string;
};
description: {
type: string;
};
icon: {
type: string;
};
id: {
type: string;
};
name: {
type: string;
};
shortcut: {
properties: {
mac: {
type: string;
};
pc: {
type: string;
};
};
type: string;
};
type: {
type: string;
};
};
type: string;
};
type: string;
};
meta: {
properties: {
authors: {
type: string;
};
date: {
type: string;
};
encoding: {
type: string;
};
object_language: {
type: string;
};
project: {
type: string;
};
validation_url: {
type: string;
};
version: {
type: string;
};
};
required: string[];
type: string;
};
};
required: string[];
type: string;
} = ...