/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Where in the request the problem lives. Careers publish * validation returns ONE error object PER violation, each with a * JSON pointer into the PATCH document * (e.g. /data/attributes/content/blocks/3/data/title/pl-PL) so an * editor can highlight the exact field. * @export * @interface ErrorObjectSchemaSource */ export interface ErrorObjectSchemaSource { /** * RFC 6901 JSON pointer into the request document. * @type {string} * @memberof ErrorObjectSchemaSource */ pointer?: string; } /** * Check if a given object implements the ErrorObjectSchemaSource interface. */ export declare function instanceOfErrorObjectSchemaSource(value: object): value is ErrorObjectSchemaSource; export declare function ErrorObjectSchemaSourceFromJSON(json: any): ErrorObjectSchemaSource; export declare function ErrorObjectSchemaSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ErrorObjectSchemaSource; export declare function ErrorObjectSchemaSourceToJSON(json: any): ErrorObjectSchemaSource; export declare function ErrorObjectSchemaSourceToJSONTyped(value?: ErrorObjectSchemaSource | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ErrorObjectSchemaSource.d.ts.map