declare const schema: { $schema: string; type: string[]; properties: { paymentProductSession302SpecificInput: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; }; additionalProperties: boolean; definitions: { paymentProductSession302SpecificInput: { type: string; properties: { displayName: { anyOf: { type: string; }[]; }; domainName: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; }; }; export default schema;