@deploystack/docker-to-iac
Version:
Translate docker run and docker compose file to Infrastructure as Code
8 lines (7 loc) • 302 B
TypeScript
/**
* Validates data against the Render.com schema
* @param data The YAML data to validate
* @param schemaUrl URL to the Render.com schema
* @returns Promise<boolean> indicating if validation passed
*/
export declare function validateRenderSchema(data: any, schemaUrl?: string): Promise<boolean>;