These keys can be utilized at the root level of the fastest validator schema within the $$oa meta parameters.

Example

{
$$oa: {
description: "my description",
summary: "my summary"
},
$$strict: true,
foo: "string",
//the rest of your schema
}
interface FVOASchemaMetaKeys {
    description?: string;
    summary?: string;
}

Properties

description?: string
summary?: string