export declare const badgesForSchema = "\nopenapi: 3.1.0\ninfo:\n title: Schema Badges Sample\n description: 'Sample with deprecated and internal badges on schema component'\n contact:\n url: 'https://example.com'\n email: example@example.com\n name: John Johnson\n version: 0.0.0\ncomponents:\n schemas:\n ValidationParams:\n description: Validation parameters\n deprecated: true\n properties:\n groupName:\n type: string\n version:\n type: string\n enum:\n - ok\n - error\n ValidationReport:\n description: Validation report\n deprecated: true\n x-internal: true\n properties:\n validationId:\n type: string\n status:\n type: string\n enum:\n - ok\n - error\n";