Variable UpsertLocalizationSourceEntityCommandSchemaConst

UpsertLocalizationSourceEntityCommandSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        entity_id: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
        entity_title: {
            description: string;
            type: string;
        };
        entity_type: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
        fields: {
            description: string;
            title: string;
            type: string;
        };
        image_id: {
            description: string;
            type: string[];
        };
        service_id: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = UpsertLocalizationSourceEntityCommand

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        entity_id: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
        entity_title: {
            description: string;
            type: string;
        };
        entity_type: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
        fields: {
            description: string;
            title: string;
            type: string;
        };
        image_id: {
            description: string;
            type: string[];
        };
        service_id: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
    }
    • entity_id: {
          description: string;
          minLength: number;
          pattern: string;
          type: string;
      }
      • description: string
      • minLength: number
      • pattern: string
      • type: string
    • entity_title: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • entity_type: {
          description: string;
          minLength: number;
          pattern: string;
          type: string;
      }
      • description: string
      • minLength: number
      • pattern: string
      • type: string
    • fields: {
          description: string;
          title: string;
          type: string;
      }
      • description: string
      • title: string
      • type: string
    • image_id: {
          description: string;
          type: string[];
      }
      • description: string
      • type: string[]
    • service_id: {
          description: string;
          minLength: number;
          pattern: string;
          type: string;
      }
      • description: string
      • minLength: number
      • pattern: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc