@azure-tools/typespec-azure-resource-manager
Version:
TypeSpec Azure Resource Manager library
6 lines • 657 B
TypeScript
export declare const missingXmsIdentifiersRule: import("@typespec/compiler").LinterRuleDefinition<"missing-x-ms-identifiers", {
readonly default: "Missing identifying properties of objects in the array item, please add @OpenAPI.extension(\"x-ms-identifiers\", #[<prop>]) to specify it. If there are no appropriate identifying properties, please add @OpenAPI.extension(\"x-ms-identifiers\", #[]).";
readonly notArray: import("@typespec/compiler").CallableMessage<["valueType"]>;
readonly missingProperty: import("@typespec/compiler").CallableMessage<["propertyName", "targetModelName"]>;
}>;
//# sourceMappingURL=missing-x-ms-identifiers.d.ts.map