rolesSchema: Readonly<{
"default": null;
$id: "https://invotra.com/roles.json";
$schema: "";
definitions: {};
description: "";
items: {
"default": null;
$id: string;
properties: {
name: {
"default": string;
$id: string;
description: string;
examples: string[];
pattern: string;
title: string;
type: string;
};
policies: {
"default": null;
$id: string;
description: string;
items: {
"default": string;
$id: string;
description: string;
examples: string[];
pattern: string;
title: string;
type: string;
};
title: string;
type: string;
uniqueItems: boolean;
};
};
required: string[];
title: string;
type: string;
};
title: "Roles Schema";
type: "array";
}>